 8f44383253
			
		
	
	8f44383253
	
	
	
		
			
			This adds tests for transition-property, transition-delay and transition-timing-function.
		
			
				
	
	
		
			24 lines
		
	
	
		
			241 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			241 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| a {
 | |
|   transition-property: initial;
 | |
| }
 | |
| 
 | |
| b {
 | |
|   transition-property: inherit;
 | |
| }
 | |
| 
 | |
| c {
 | |
|   transition-property: unset;
 | |
| }
 | |
| 
 | |
| d {
 | |
|   transition-property: all;
 | |
| }
 | |
| 
 | |
| e {
 | |
|   transition-property: color;
 | |
| }
 | |
| 
 | |
| f {
 | |
|   transition-property: color, background-color;
 | |
| }
 |