Update web-platform-tests to revision 8805f23ef629338b6d28ae25cc13839e99acea1b

This commit is contained in:
WPT Sync Bot 2019-02-23 21:02:04 -05:00
parent e12c76982d
commit 8c91d13e13
2211 changed files with 4488 additions and 6801 deletions

View file

@ -14,8 +14,6 @@
test_invalid_value("z-index", "none");
test_invalid_value("z-index", "10px");
test_invalid_value("z-index", "0.5");
test_invalid_value("z-index", "calc(0.5)");
test_invalid_value("z-index", "auto 123");
</script>
</body>