mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:42:43 +00:00 
			
		
		
		
	 64a48065b0
			
		
	
	
		64a48065b0
		
	
	
	
	
		
			
			Check needs to happen after conversion because non-zero radius in CSSPixels could turn into zero in device pixels. Fixes https://github.com/SerenityOS/serenity/issues/22765
		
			
				
	
	
		
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			219 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			219 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html><style>
 | |
|     body {
 | |
|         width: 1px;
 | |
|     }
 | |
|     div {           
 | |
|         border-radius: 8px;
 | |
|         overflow: hidden;
 | |
|     }
 | |
|     /* Test passes if it renders without crashing. */
 | |
| </style><body><div><img> |