tor-browser

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

viewport-script-dynamic-ref.html (227B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS Test Reference</title>
      4 <link rel="author" href="mailto:emilio@crisal.io">
      5 <meta name="viewport" content="width=300">
      6 <style>
      7 p { color: green; }
      8 </style>
      9 <p>Should be green</p>