tor-browser

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

1374062-ref.html (167B)


      1 <!doctype html>
      2 <title>CSS Test reference</title>
      3 <style>
      4  div { color: green; font-size: 10px; }
      5 </style>
      6 <div>
      7  Should be green, and have a 10px font-size.
      8 </div>