This adds tests for border-image-source, border-image-repeat, border-image-slice and border-image-width.
		
			
				
	
	
		
			20 lines
		
	
	
		
			211 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			211 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
a {
 | 
						|
  border-image-source: initial;
 | 
						|
}
 | 
						|
 | 
						|
b {
 | 
						|
  border-image-source: inherit;
 | 
						|
}
 | 
						|
 | 
						|
c {
 | 
						|
  border-image-source: unset;
 | 
						|
}
 | 
						|
 | 
						|
d {
 | 
						|
  border-image-source: none;
 | 
						|
}
 | 
						|
 | 
						|
e {
 | 
						|
  border-image-source: linear-gradient(yellow, blue);
 | 
						|
}
 |