mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 00:32:45 +00:00 
			
		
		
		
	 e42eaa5d95
			
		
	
	
		e42eaa5d95
		
	
	
	
	
		
			
			We immediately use this in CSSStyleDeclaration to fix that "background" in element.style did not return true. This is the mechanism used in css3test.com for detecting support of features.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			165 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			165 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| [CustomGet,CustomSet,CustomHasProperty]
 | |
| interface CSSStyleDeclaration {
 | |
| 
 | |
|     readonly attribute unsigned long length;
 | |
|     CSSOMString item(unsigned long index);
 | |
| 
 | |
| };
 |