blob: 4026c269ffb6ef8a6d25d28a9e34f8f793d30b9f [file] [log] [blame]
<!DOCTYPE HTML>
<style>
body {
background-image: linear-gradient(green, green);
background-color: rgba(255, 0, 0, 0.2);
background-blend-mode: screen;
margin: 0px;
}
p {
display: inline;
}
</style>
<p>This test will check that a background-image set on body does not blend with the browser's white background color, it will only blend with the red transparent background-color.<br/>
The test passes if the page has a green background.</p>