mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Update web-platform-tests to revision 155daf0c385420faf208b8bd5e319e244ec7f9cc
This commit is contained in:
parent
4e6b100c7e
commit
e9bdf87a27
768 changed files with 5782 additions and 26218 deletions
|
@ -22,6 +22,28 @@
|
|||
}, "Historical Document member: " + name);
|
||||
});
|
||||
|
||||
[
|
||||
"Rect",
|
||||
"RGBColor",
|
||||
"CSSValue",
|
||||
"CSSPrimitiveValue",
|
||||
"CSSValueList",
|
||||
].forEach(function(name) {
|
||||
test(function() {
|
||||
assert_false(name in window);
|
||||
}, "Historical interface: " + name);
|
||||
});
|
||||
|
||||
[
|
||||
"getPropertyCSSValue",
|
||||
"setPropertyValue",
|
||||
"setPropertyPriority",
|
||||
].forEach(function(name) {
|
||||
test(function() {
|
||||
assert_false(name in document.body.style);
|
||||
}, "Historical CSSStyleDeclaration member: " + name);
|
||||
});
|
||||
|
||||
[
|
||||
"cascadedStyle",
|
||||
"defaultStyle",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue