tor-browser

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

overflow-body-no-propagation-ref.html (201B)


      1 <!doctype html>
      2 <html style="overflow:auto">
      3 <title>CSS Overflow Test Reference</title>
      4 <body style="margin-top:100px;overflow:scroll">The body should have scrollbars, not the viewport.</body>
      5 </html>