Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/scrolling/reftest.list
<!DOCTYPE html>
<html>
<head>
<title>
Testcase with the root viewport scrollable, via styles on body node.
</title>
<style>
body {
overflow: scroll;
}
</style>
</head>
<body>
</body>
</html>