background-blend-mode-body-image.html 336 B

1234567891011
  1. <!DOCTYPE HTML>
  2. <style>
  3. body {
  4. background-image: linear-gradient(green, green);
  5. background-color: transparent;
  6. background-blend-mode: screen;
  7. }
  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>