 339cb1fe6b
			
		
	
	339cb1fe6b
	
	
	
		
			
			Multiple reftests were damaged by the element name transition. Repair them. The region reftests are no longer needed, since we no longer do regions.
		
			
				
	
	
		
			22 lines
		
	
	
		
			226 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			226 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| * {
 | |
|   engine: none;
 | |
|   border-radius: 0;
 | |
| }
 | |
| 
 | |
| GtkWidget {
 | |
|   border-right-width: 5px;
 | |
| }
 | |
| 
 | |
| entry {
 | |
|   border-width: 10px 20px;
 | |
| }
 | |
| 
 | |
| entry {
 | |
|   border-left-width: 10px;
 | |
|   border-right-width: 10px;
 | |
| }
 | |
| 
 | |
| #reference {
 | |
|   border-width: 10px;
 | |
| }
 |