tor-browser

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

cross-fade-premultiplied-alpha-ref.html (353B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Test Reference</title>
      5    <style>
      6      div {
      7        margin: 2px;
      8        width: 200px;
      9        height: 200px;
     10        background: color(srgb 0.005 1.0 0.0 / 0.5);
     11      }
     12    </style>
     13  </head>
     14  <p>There should be nearly no red in this box (it should be a translucent green).</p>
     15  <div></div>
     16 </html>