summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-invalid/input/input-type-barred.html
blob: 145b114d6f3fbfd4cf1ffc412e570525bf8377c2 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if an input has is candidate for constraint validation then change
             its type to be barred from constraint validation, it should not be
             affected by :-moz-ui-invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('i').type='button'; document.documentElement.className='';">
    <input class='notinvalid' id='i'>
  </body>
</html>