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