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