mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 02:09:05 +02:00 
			
		
		
		
	Note that this adds a missing UngetToken(), which affects the other consumer of GatherURL, parsing of @import rules.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			179 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			179 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE HTML>
 | 
						|
<title>Test for unexpected end of @import</title>
 | 
						|
<style>div { color: red }</style>
 | 
						|
<style>@import ; div { color: green; }</style>
 | 
						|
<div>This should be green</div>
 |