mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:22:44 +00:00 
			
		
		
		
	 f0be812fc2
			
		
	
	
		f0be812fc2
		
	
	
	
	
		
			
			This is based on the border-radius.html demo page with text and most assets removed. This has to be a screenshot based test as there's not really something else that can be used for comparison. This also makes the test a little incomplete as things like text overflow clipping are not tested, but I'd like to avoid this test being too brittle.
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			326 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			326 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <style>
 | |
|   * {
 | |
|     margin: 0;
 | |
|   }
 | |
|   body {
 | |
|     background-color: white;
 | |
|   }
 | |
| </style>
 | |
| <!-- To rebase:
 | |
|   1. Open border-radius.html in Ladybird
 | |
|   2. Resize the window just above the width of the largest element
 | |
|   3. Right click > "Take Full Screenshot"
 | |
|   4. Update the image below:
 | |
| -->
 | |
| <img src="./images/border-radius-ref.png">
 |