tor-browser

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

viewport-units-scrollbars-scroll-vw-003-ref.html (260B)


      1 <!doctype html>
      2 <html style="overflow: scroll; scrollbar-width: none;">
      3 <body style="margin: 0; padding: 0;">
      4  <p>
      5  Pass Condition: There is no horizontal overflow.
      6  </p>
      7  <div style="width: 100%; height: 100px; background: orange;"></div>
      8 </body>
      9 </html>