summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-submit-invalid/input-image/static-invalid-barred.html
blob: b4d68cc2605b1826ddacc8d41868e1412c2a8f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <style>
      :-moz-submit-invalid { display: none; }
    </style>
  </head>
  <body>
    <form>
      <input required readonly>
      <input type='image'>
    </form>
  </body>
</html>