static-invalid-barred.html 223 B

123456789101112131415
  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 required readonly>
  11. <input type='submit'>
  12. </form>
  13. </body>
  14. </html>