summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-enabled/fieldset/fieldset-legend-ref-1.html
blob: 83f1925ad70ab4dba0af9c05861a328b0b8db2b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="ref">
      <legend>
        <fieldset class="ref"></fieldset>
      </legend>
    </fieldset>
  </body>
</html>