summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/scroll-behavior/resources/large-subframe.html
blob: 52b58d63af4e1aaccb5de34c3968d14f631304ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
  <style>
    #content {
      width: 7500px;
      height: 7500px;
      background-color: blue;
    }
  </style>
</head>

<body>
  <div id="content"></div>
</body>
</html>