mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:42:45 +00:00 
			
		
		
		
	 ca57e40350
			
		
	
	
		ca57e40350
		
	
	
	
	
		
			
			Before this change, we were resolving border radii values based on content box + border widths only, ignoring padding.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html><style type="text/css">
 | |
|     div {
 | |
|         border: 1px solid black;
 | |
|         border-radius: 32px;
 | |
|         width: 50px;
 | |
|         height: 50px;
 | |
|     }
 | |
| </style><div>
 |