mirror of
https://github.com/servo/servo.git
synced 2025-06-15 20:04:28 +00:00
5 lines
201 B
HTML
5 lines
201 B
HTML
<!doctype html>
|
|
<html style="overflow:auto">
|
|
<title>CSS Overflow Test Reference</title>
|
|
<body style="margin-top:100px;overflow:scroll">The body should have scrollbars, not the viewport.</body>
|
|
</html>
|