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-004.html - WPT Dashboard Interop Dashboard
<!doctype html>
<link rel="match" href="reference/overflow-body-no-propagation-ref.html">
<style>
html {
overflow: hidden;
}
body {
overflow: scroll;
margin-top: 100px;
}
</style>
<body>The body should have scrollbars, not the viewport.</body>