tor-browser

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

at-media-dynamic-001-inner.html (178B)


      1 <!doctype html>
      2 <title>Reftest Reference</title>
      3 <style>
      4  html { background: red; overflow: hidden; }
      5  @media (max-width: 100px) {
      6    html { background: green; }
      7  }
      8 </style>