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