Update web-platform-tests to revision 4beda31498f85ded322ea4d55870973000364ac4

This commit is contained in:
WPT Sync Bot 2019-07-02 10:23:03 +00:00
parent f4ff9e2eeb
commit 2f34737d47
21 changed files with 352 additions and 109 deletions

View file

@ -7,13 +7,6 @@ partial interface CSSRule {
const unsigned short SUPPORTS_RULE = 12;
};
[Exposed=Window]
interface CSSGroupingRule : CSSRule {
readonly attribute CSSRuleList cssRules;
unsigned long insertRule (CSSOMString rule, unsigned long index);
void deleteRule (unsigned long index);
};
[Exposed=Window]
interface CSSConditionRule : CSSGroupingRule {
attribute CSSOMString conditionText;