summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-enabled/fieldset/fieldset-legend-ref-2.html
blob: 33fe2455cd49ffbf4ab0b7b8945edee457378405 (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>
      </legend>
      <legend>
        <fieldset class="ref"></fieldset>
      </legend>
    </fieldset>
  </body>
</html>