mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:32:43 +00:00 
			
		
		
		
	 50f9a86086
			
		
	
	
		50f9a86086
		
	
	
	
	
		
			
			The image made the test flaky when running on my machine, so this doesn't seem safe at the moment. We can just hardcode the dimensions. Eventually we should make it possible to use external images in tests, but for now let's not flake up the CI.
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <style>
 | |
|     body {
 | |
|         font-family: 'SerenitySans';
 | |
|     }
 | |
| 
 | |
|     #image {
 | |
|         margin-top: 25px;
 | |
|         margin-bottom: 50px;
 | |
|         width: 64px;
 | |
|         height: 138px;
 | |
|     }
 | |
| </style>Well, <img id="image" /> friends.
 |