forked from mirrors/gecko-dev
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			363 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			363 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <!-- Test: if input isn't valid nor barred from constraint validation,
 | |
|              but its value is the default value,
 | |
|              it should not be affected by :-moz-ui-invalid pseudo-class. -->
 | |
|   <link rel='stylesheet' type='text/css' href='style.css'>
 | |
|   <body>
 | |
|     <input class='notinvalid' type='url' value='foo'>
 | |
|   </body>
 | |
| </html>
 | |
| 
 | 
