The working basics
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user