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