Update web-platform-tests to revision fa663532c77aef32c4c04abdc3d7278ff568da93

This commit is contained in:
WPT Sync Bot 2020-10-02 08:19:35 +00:00
parent ac354572e2
commit efbf39f40a
75 changed files with 327 additions and 122 deletions

View file

@ -21,6 +21,5 @@ test_valid_value("aspect-ratio", "0 / 9");
test_valid_value("aspect-ratio", "16 / 0");
test_valid_value("aspect-ratio", "auto 16");
test_valid_value("aspect-ratio", "16 auto", "auto 16");
// https://github.com/w3c/csswg-drafts/issues/5084
test_valid_value("aspect-ratio", "0 / 0", "1 / 0");
test_valid_value("aspect-ratio", "0 / 0");
</script>