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