summaryrefslogtreecommitdiffstats
path: root/layout/reftests/abs-pos/fieldset-1-ref.html
blob: 6fab6e9199655db3942b6985954c1b8b0e13dee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <style>
      * { border: 0; margin: 0; padding: 0; }
    </style>
  </head>
  <body>
    <span style="position: absolute; top: 50px; left: 50px">test</span>
  </body>
</html>