blob: e7a060cfee94a1f4e0f8e4caab45ceb3cec9de00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>
|