summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-valid/button/button-disabled-fieldset-1.html
blob: 1374cdfee34693c8f24372afa09e62724f769b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <!-- Test: if button has a disabled fieldset ancestor, it is barred from
             constraint validation and should not be affected by :valid
             pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset disabled>
      <fieldset>
        <button class='notvalid'></button>
      </fieldset>
    </fieldset>
  </body>
</html>