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