#import <CSS/CSSGroupingRule.idl>
[Exposed=Window]
interface CSSConditionRule : CSSGroupingRule {
attribute CSSOMString conditionText;
};