background-blending-hue.html 291 B

123456789101112131415
  1. <!--
  2. Any copyright is dedicated to the Public Domain.
  3. http://creativecommons.org/publicdomain/zero/1.0/
  4. -->
  5. <html>
  6. <link rel="stylesheet" href="blend-modes.css" type="text/css" />
  7. <style>
  8. .blend {
  9. background-blend-mode: hue;
  10. }
  11. </style>
  12. <div class="reftest blend"></div>
  13. </html>