mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision cd44958a002b1ad494168e0290554644de84526e
This commit is contained in:
parent
2ed23ce4c9
commit
4443426308
103 changed files with 1740 additions and 1138 deletions
|
@ -81,7 +81,7 @@
|
|||
document.getElementById("test").style.backgroundSize = "auto auto";
|
||||
test(function() {
|
||||
assert_equals(getComputedStyle(document.getElementById("test"), null).getPropertyValue("background-size"),
|
||||
"auto auto", "background-size supporting value");
|
||||
"auto", "background-size supporting value");
|
||||
}, "background-size_auto_auto");
|
||||
|
||||
document.getElementById("test").style.backgroundSize = "auto 15px";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue