summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/gradient/srgb-linear-gradient-ref.html
blob: 34f660f6f02d07c6440f4790f966806113fca0dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
 <head>
  <title>sRGB-linear gradient interpolation</title>
  <link rel="author" title="Aaron Krajeski" href="mailto:aaronhk@chromium.org">
  <link rel="help" href="https://www.w3.org/TR/css-color-4/#interpolation">
  <meta name="assert" content="Test sRGB-linear as a gradient interpolation space. Reference generated here: https://raphlinus.github.io/color/2021/01/18/oklab-critique.html">
  <style>
   .test {
       width: 480px;
       height: 50px;
       background: url("resources/red-green-gradient-linear-colorspace.png");
   }
 </style>
 </head>
 <body>
  <div class="test"></div>
 </body>
</html>