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