Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / css-blending / background-blend-mode-body-image.html
blob9447e5b2d328a400c811aa403379a8fe5996af13
1 <!DOCTYPE HTML>
2 <style>
3 body {
4 background-image: linear-gradient(green, green);
5 background-color: transparent;
6 background-blend-mode: screen;
8 </style>
9 <p>This test will check that a background-image set on body does not blend with the browser's white background color.<br/>
10 The test passes if the page has a green background.</p>