tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

display-p3-linear-gradient-ref.html (564B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>display-p3-linear gradient interpolation</title>
      5  <link rel="help" href="https://www.w3.org/TR/css-color-4/#interpolation">
      6  <meta name="assert" content="Test display-p3-linear as a gradient interpolation space. Reference generated here: https://raphlinus.github.io/color/2021/01/18/oklab-critique.html">
      7  <style>
      8   .test {
      9       width: 480px;
     10       height: 50px;
     11       background: url("resources/red-green-gradient-linear-colorspace.png");
     12   }
     13 </style>
     14 </head>
     15 <body>
     16  <div class="test"></div>
     17 </body>
     18 </html>