forked from mirrors/gecko-dev
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			404 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			404 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <!-- Test: when there more thon one submit button and some other buttons,
 | |
|     the first submit button is the default -->
 | |
|   <link rel='stylesheet' type='text/css' href='default-submit-button-style.css'>
 | |
|   <body>
 | |
|     <form>
 | |
|       <button type='submit'>submit</button>
 | |
|       <button type='reset'>text</button>
 | |
|       <button type='submit'>text</button>
 | |
|     </form>
 | |
|   </body>
 | |
| </html>
 | 
