blob: 0e21eb4719030578dca259f77f96ce4813bf5116 [file] [log] [blame]
<!doctype html>
<html style="overflow: scroll;">
<title>CSS Values and Units Test: Viewport units and scrollbars</title>
<meta name="assert" content="There is no horizontal overflow when 100vw is reduced by scrollbar width when the scrollbars are unconditional.">
<link rel="help" href="http://www.w3.org/TR/css3-values/#viewport-relative-lengths">
<link rel="match" href="viewport-units-scrollbars-scroll-vw-001-ref.html">
<body style="margin: 0; padding: 0;">
<p>
Pass Condition: There is no horizontal overflow.
</p>
<div style="width: 100vw; height: 100px; background: orange;"></div>
</body>
</html>