summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-disabled/button/button-fieldset-legend-ref-5.html
blob: 7520a19bff75a904f53b643f82c8426f5a4c0cce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="ref">
      <legend>
        <fieldset class="ref">
          <legend>
            <button class="ref"></button>
          </legend>
        </fieldset>
      </legend>
    </fieldset>
  </body>
</html>