overflow-body-no-propagation-ref.html (201B)
1 <!doctype html> 2 <html style="overflow:auto"> 3 <title>CSS Overflow Test Reference</title> 4 <body style="margin-top:100px;overflow:scroll">The body should have scrollbars, not the viewport.</body> 5 </html>