diff options
Diffstat (limited to 'source/bower_components/modernizr/test/caniuse_files/form_validation.html')
-rw-r--r-- | source/bower_components/modernizr/test/caniuse_files/form_validation.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/source/bower_components/modernizr/test/caniuse_files/form_validation.html b/source/bower_components/modernizr/test/caniuse_files/form_validation.html new file mode 100644 index 0000000..e7a060c --- /dev/null +++ b/source/bower_components/modernizr/test/caniuse_files/form_validation.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- saved from url=(0045)http://tests.caniuse.com/form_validation.html --> +<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script> +if(location.href.indexOf('?') >= 0) { + document.write('FAIL'); +} +</script> + +</head><body><form action="http://tests.caniuse.com/form_validation.html?" method="post"> + +<input type="url" name="foo" required=""> +<input type="submit" value="submit me!"> + +</form> +</body></html>
\ No newline at end of file |