summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui-invalid/input/input-button.html
blob: 1ec43cc1e72c037c9a2895b731b6557f0ea130eb (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <!-- Test: if input is of button type, 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>
    <input class='notinvalid' type='button'>
  </body>
</html>