tor-browser

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

color-stop-clamp-interpolation.html (397B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Bug 1274624: Clamped colour stop interpolation</title>
      5    <style type="text/css">
      6      div {
      7        background: linear-gradient(90deg, rgba(0, 0, 255, 1) -200%, rgba(255, 255, 0, 0) 300%);
      8        background-size: 100px 100px;
      9        width: 400px;
     10        height: 400px;
     11      }
     12    </style>
     13  </head>
     14  <body>
     15    <div>
     16    </div>
     17  </body>
     18 </html>