blob: 9447e5b2d328a400c811aa403379a8fe5996af13 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE HTML>
<style>
body {
background-image: linear-gradient(green, green);
background-color: transparent;
background-blend-mode: screen;
}
</style>
<p>This test will check that a background-image set on body does not blend with the browser's white background color.<br/>
The test passes if the page has a green background.</p>
|