summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/overscroll-scrollbar-ref.html
blob: 75a9bfeab6ad25d2a93b8021a646c1704f10ce33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
  <style>
    body {
      /* The 3028 here was arrived at experimentally to match to
         produce a scrollbar of approximately the same length as
         the one of the test page squished by the overscroll. */
      height: 3028px;
      margin: 0;
    }
    div {
      position: absolute;
      top: 8px;
      width: 200px;
      height: 200px;
      background: green;
    }
  </style>
</head>
<body>
  <div></div>
</body>
</html>