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

16 lines
223 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>
Reference case with the root viewport scrollable, via styles on html node.
</title>
<style>
html {
overflow: scroll;
}
</style>
</head>
<body>
</body>
</html>