summaryrefslogtreecommitdiffstats
path: root/gfx/tests/reftest/1444904-ref.html
blob: c41c1807964578875dd58d851c8aae099d39da2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <style>
      #box {
          position: absolute;
          top: 80px;
          width: 20px;
          height: 20px;
          background: green;
      }
    </style>
  </head>

  <body style="height: 10000px;">
    <div id="box"></div>
  </body>
</html>