Update web-platform-tests to revision 8b1aea6eed110e7900f1df933b24945fbb3c8229

This commit is contained in:
WPT Sync Bot 2020-08-04 08:22:01 +00:00
parent 8bf3440380
commit 1cd53da938
113 changed files with 2292 additions and 900 deletions

View file

@ -17,6 +17,6 @@ test(function() {
var body = document.body;
assert_equals(getComputedStyle(body).getPropertyValue("flex-basis"),
"0px");
"0%");
});
</script>

View file

@ -21,6 +21,6 @@ test(function() {
assert_equals(getComputedStyle(body).getPropertyValue("flex-shrink"),
"1");
assert_equals(getComputedStyle(body).getPropertyValue("flex-basis"),
"0px");
"0%");
});
</script>