Update web-platform-tests to revision b'8d8b273d2265095c7f5330ff231940e68fb49754'

This commit is contained in:
WPT Sync Bot 2023-05-07 01:27:55 +00:00
parent bee09efcc5
commit 9b45fdb3f5
1819 changed files with 34819 additions and 33935 deletions

View file

@ -15,6 +15,7 @@
test_valid_value("flex-flow", "column nowrap", "column");
test_valid_value("flex-flow", "nowrap column", "column");
test_valid_value("flex-flow", "wrap row-reverse", "row-reverse wrap");
test_valid_value("flex-flow", "nowrap", "row");
</script>
</body>
</html>