forked from mirrors/gecko-dev
		
	 59c175b443
			
		
	
	
		59c175b443
		
	
	
	
	
		
			
			fixes #14786 cc @heycam @upsuper r? @SimonSapin Source-Repo: https://github.com/servo/servo Source-Revision: 50bba770d6073bba6e6e219dbc3687087a864a42
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			384 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			384 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| /* This Source Code Form is subject to the terms of the Mozilla Public
 | |
|  * License, v. 2.0. If a copy of the MPL was not distributed with this
 | |
|  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 | |
| 
 | |
| // https://drafts.csswg.org/css-conditional/#cssconditionrule
 | |
| [Abstract, Exposed=Window]
 | |
| interface CSSConditionRule : CSSGroupingRule {
 | |
|     attribute DOMString conditionText;
 | |
| };
 |