mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:32:44 +00:00 
			
		
		
		
	 fb727332f9
			
		
	
	
		fb727332f9
		
	
	
	
	
		
			
			This fixes an issue where a BOM at the head of a style sheet would be passed verbatim to the parser, who would then interpret it as an ident token and (after some confusion) fail to parse the first rule, but then carry on with the rest of the sheet.
		
			
				
	
	
		
			1 line
		
	
	
	
		
			103 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			1 line
		
	
	
	
		
			103 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <head><link rel="stylesheet" href="style-sheet-with-byte-order-mark.css"></head><div class="pass">PASS
 |