Update web-platform-tests to revision 4ab3cef83d73c2b6dd3616e0fe9165b3a6eed808

This commit is contained in:
WPT Sync Bot 2019-09-28 10:25:04 +00:00
parent b0b01b86b8
commit ecc0101a80
77 changed files with 1206 additions and 6877 deletions

View file

@ -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;