tor-browser

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

custom-highlight-painting-inheritance-003-ref.html (123B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <style>
      4  div {
      5    color: #00000080;
      6  }
      7 </style>
      8 <body>
      9 <div>foobar</div>
     10 </body>