Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-overflow/overflow-body-propagation-001.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>CSS Overflow Test: Propagation of body overflow to viewport</title>
<link rel="match" href="reference/overflow-body-propagation-ref.html">
<style>
body {
overflow: scroll;
margin-top: 100px;
}
</style>
<body>The viewport should have scrollbars, not the body.</body>