summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-submit-invalid/button-submit/static-valid.html
blob: 953c55a18c7b1268e326c53960cb3c05d0fb0f13 (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 value='foo' required>
      <button type='submit'></button>
    </form>
  </body>
</html>