 2e7d5c08cb
			
		
	
	2e7d5c08cb
	
	
	
		
			
			Images with just an aspect ratio, but without a size, should be scaled to be fully visible in the given area. But we scaled them to completely cover the given area, which made them partially invisible. Reftest included.
		
			
				
	
	
		
			9 lines
		
	
	
		
			140 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			140 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| window {
 | |
|   background-image: -gtk-icontheme("edit-delete");
 | |
|   background-repeat: no-repeat;
 | |
| }
 | |
| 
 | |
| #reference {
 | |
|   background-size: 24px 24px;
 | |
| }
 |