1#import <CSS/CSSGroupingRule.idl> 2 3[Exposed=Window] 4interface CSSConditionRule : CSSGroupingRule { 5 attribute CSSOMString conditionText; 6};