overflow-body-propagation-001.html (457B)
1 <!doctype html> 2 <title>CSS Overflow Test: Propagation of body overflow to viewport</title> 3 <link rel="help" href="https://drafts.csswg.org/css-overflow/#overflow-propagation"> 4 <link rel="help" href="https://github.com/w3c/csswg-drafts/pull/4148"> 5 <link rel="match" href="reference/overflow-body-propagation-ref.html"> 6 <style> 7 body { 8 overflow: scroll; 9 margin-top: 100px; 10 } 11 </style> 12 <body>The viewport should have scrollbars, not the body.</body>