form_validation.html 453 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <!-- saved from url=(0045)http://tests.caniuse.com/form_validation.html -->
  3. <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script>
  4. if(location.href.indexOf('?') >= 0) {
  5. document.write('FAIL');
  6. }
  7. </script>
  8. </head><body><form action="http://tests.caniuse.com/form_validation.html?" method="post">
  9. <input type="url" name="foo" required="">
  10. <input type="submit" value="submit me!">
  11. </form>
  12. </body></html>