mirror of
https://github.com/servo/servo.git
synced 2025-07-05 14:33:38 +01:00
Update CSS tests to revision 7a87ef71fc579e52d3438e009107aa442bc4021b
This commit is contained in:
parent
ad94ef5a96
commit
145aea3eeb
1196 changed files with 14344 additions and 6221 deletions
|
@ -14,8 +14,8 @@
|
|||
{
|
||||
"CSSStyleDeclaration_accessible": {
|
||||
"help": ["http://www.w3.org/TR/cssom/#the-cssstylesheet-interface",
|
||||
"http://www.w3.org/TR/cssom/#the-cssrulelist-sequence",
|
||||
"http://www.w3.org/TR/cssom/#css-style-rule-rule-set"],
|
||||
"http://www.w3.org/TR/cssom/#the-cssrulelist-interface",
|
||||
"http://www.w3.org/TR/cssom/#the-cssstylerule-interface"],
|
||||
"assert": "Can access CSSStyleDeclaration through CSSOM"
|
||||
},
|
||||
"read": { "assert": "initial property values are correct" },
|
||||
|
@ -46,8 +46,8 @@
|
|||
declaration = styleElement.sheet.cssRules.item(0).style;
|
||||
}, "CSSStyleDeclaration_accessible",
|
||||
{ help: [ "http://www.w3.org/TR/cssom/#the-cssstylesheet-interface",
|
||||
"http://www.w3.org/TR/cssom/#the-cssrulelist-sequence",
|
||||
"http://www.w3.org/TR/cssom/#css-style-rule-rule-set" ],
|
||||
"http://www.w3.org/TR/cssom/#the-cssrulelist-interface",
|
||||
"http://www.w3.org/TR/cssom/#the-cssstylerule-interface" ],
|
||||
assert: "Can access CSSStyleDeclaration through CSSOM" });
|
||||
|
||||
test(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue