summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-enabled/fieldset/fieldset-fieldset-1.html
blob: 9b1ae9f11da246c402bc288378e8148226d06f64 (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="enabled">
      <fieldset class="enabled">
        <fieldset class="enabled"></fieldset>
      </fieldset>
    </fieldset>
  </body>
</html>