tor-browser

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

quirks-mode-no-height-is-still-bounded.tentative.html (375B)


      1 <html>
      2 <!-- Quirks mode used deliberately -->
      3 <meta charset=utf-8>
      4 <link rel="match" href="quirks-mode-no-height-is-still-bounded-ref.html">
      5 <link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md#locking-the-pepc-style">
      6 <style>
      7  geolocation {
      8    font-size: 14px;
      9    padding-top: 10px;
     10  }
     11 </style>
     12 <body>
     13  <geolocation></geolocation>
     14 </body>
     15 </html>