tor-browser

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

1577566-1-ref.html (437B)


      1 <!--
      2     Any copyright is dedicated to the Public Domain.
      3     http://creativecommons.org/publicdomain/zero/1.0/
      4 -->
      5 <!DOCTYPE html>
      6 <html lang="en">
      7 <meta charset="utf-8">
      8 <title>Bug 1577566, reference: The alpha channel should be clamped at the right time so that it doesn't bright colors.</title>
      9 
     10 <style>
     11 
     12 #box {
     13  width: 100px;
     14  height: 100px;
     15  background-color: rgb(0, 204, 0); /* 0, 0.8, 0 */
     16 }
     17 
     18 </style>
     19 
     20 <div id="box"></div>