mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision 4beda31498f85ded322ea4d55870973000364ac4
This commit is contained in:
parent
f4ff9e2eeb
commit
2f34737d47
21 changed files with 352 additions and 109 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue