blob: 20c3b8ae5bde5754fdfbe47399b67a17995de052 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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>
|