mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 4ab3cef83d73c2b6dd3616e0fe9165b3a6eed808
This commit is contained in:
parent
b0b01b86b8
commit
ecc0101a80
77 changed files with 1206 additions and 6877 deletions
|
@ -14,6 +14,10 @@ partial namespace CSS {
|
|||
void registerProperty(PropertyDefinition definition);
|
||||
};
|
||||
|
||||
partial interface CSSRule {
|
||||
const unsigned short PROPERTY_RULE = 18;
|
||||
};
|
||||
|
||||
[Exposed=Window]
|
||||
interface CSSPropertyRule : CSSRule {
|
||||
readonly attribute CSSOMString name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue