tor-browser

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

gradient-eval-006-ref.html (339B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>Gradient interpolation</title>
      5  <link rel="author" title="Mike Bremford" href="mailto:mike@bfo.com">
      6  <style>
      7   .test {
      8       width: 100px;
      9       height: 100px;
     10       background: red;
     11       background: lab(75% 0 0);
     12   }
     13 </style>
     14 </head>
     15 <body>
     16  <div class="test"></div>
     17 </body>
     18 </html>