Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<html style="overflow: scroll;">
<body style="margin: 0; padding: 0;">
<p>
Pass Condition: There is no horizontal overflow. Chrome 139 and earlier fail
because vw is calculated as if :root's vertical scrollbar doesn't exist.
</p>
<div style="width: 100%; height: 100px; background: orange;"></div>
</body>
</html>