viewport-units-scrollbars-scroll-vw-002-ref.html (260B)
1 <!doctype html> 2 <html style="overflow: scroll; scrollbar-width: thin;"> 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>