tor-browser

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

1375674-ref.html (178B)


      1 <!doctype html>
      2 <title>CSS test reference</title>
      3 <style>
      4  .contents {
      5    will-change: opacity;
      6    color: green;
      7  }
      8 </style>
      9 <div class="contents">
     10  Should be green.
     11 </div>