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