mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update web-platform-tests to revision 8b1aea6eed110e7900f1df933b24945fbb3c8229
This commit is contained in:
parent
8bf3440380
commit
1cd53da938
113 changed files with 2292 additions and 900 deletions
|
@ -17,6 +17,6 @@ test(function() {
|
|||
var body = document.body;
|
||||
|
||||
assert_equals(getComputedStyle(body).getPropertyValue("flex-basis"),
|
||||
"0px");
|
||||
"0%");
|
||||
});
|
||||
</script>
|
||||
|
|
|
@ -21,6 +21,6 @@ test(function() {
|
|||
assert_equals(getComputedStyle(body).getPropertyValue("flex-shrink"),
|
||||
"1");
|
||||
assert_equals(getComputedStyle(body).getPropertyValue("flex-basis"),
|
||||
"0px");
|
||||
"0%");
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue