Mypal/layout/reftests/scrolling/propagated-overflow-style-2...

16 lines
217 B
HTML
Raw Normal View History

2019-03-11 03:26:37 -07:00
<!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>