mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:32:43 +00:00 
			
		
		
		
	 e013306df8
			
		
	
	
		e013306df8
		
	
	
	
	
		
			
			Zero is a valid font-size value, and should result in no text being visible. We now match the behavior of other engines.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html><style>
 | |
| div {
 | |
|     font-size: 0px;
 | |
| }
 | |
| </style><div>should not be visible
 |