viewport-units-scrollbars-scroll-vw-001.html (613B)
1 <!doctype html> 2 <html style="overflow: scroll;"> 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."> 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-001-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>