You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
453 B
15 lines
453 B
11 years ago
|
<!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>
|