tor-browser

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

rgba-text.html (478B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body style="background: #000">
      4 <div style="color: rgba(255, 255, 255, 0.2); font-size:48px;">_</div>
      5 <!-- the red box should totally obscure the drawn portion of the text
      6      however if the text is painted as a box instead of an underscore it
      7      will show above the top of the red box.
      8      This test would have caught bug 484954
      9      -->
     10 <div style="background: red; position:absolute; top:30px; left:0px; padding:50px"></div>
     11 </body>
     12 </html>