layout/reftests/css-submit-invalid/button-submit/static-valid.html

changeset 2
7e26c7da4463
equal deleted inserted replaced
-1:000000000000 0:5813f5b08599
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 :-moz-submit-invalid { display: none; }
6 </style>
7 </head>
8 <body>
9 <form>
10 <input value='foo' required>
11 <button type='submit'></button>
12 </form>
13 </body>
14 </html>

mercurial