15 lines
		
	
	
		
			453 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			453 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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> |