summaryrefslogtreecommitdiffstats
path: root/layout/reftests/abs-pos/fieldset-1.html
blob: 80d219203a70d5671d41ec9f11bbab2ac29c2824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <style>
      * { border: 0; margin: 0; padding: 0; }
    </style>
  </head>
  <body>
    <fieldset style="position: relative; top: 25px; left: 20px; width: 100px;">
      <legend>
        <span style="position: absolute; top: 25px; left: 30px">test</span>
      </legend>
    </fieldset>
  </body>
</html>