tor-browser

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

viewport-units-scrollbars-scroll-vw-002.html (662B)


      1 <!doctype html>
      2 <html style="overflow: scroll; scrollbar-width: thin;">
      3 <title>CSS Values and Units Test: Viewport units and scrollbars</title>
      4 <meta name="assert" content="There is no horizontal overflow when 100vw is reduced by scrollbar width when the scrollbars are unconditional, with scrollbar-width:thin">
      5 <link rel="help" href="http://www.w3.org/TR/css3-values/#viewport-relative-lengths">
      6 <link rel="match" href="viewport-units-scrollbars-scroll-vw-002-ref.html">
      7 <body style="margin: 0; padding: 0;">
      8  <p>
      9  Pass Condition: There is no horizontal overflow.
     10  </p>
     11  <div style="width: 100vw; height: 100px; background: orange;"></div>
     12 </body>
     13 </html>