Update web-platform-tests to revision 2b66b8b24b727c7490bf6091dd8a6a551642720b

This commit is contained in:
WPT Sync Bot 2019-02-18 20:48:51 -05:00
parent b0751f4241
commit faf92483da
85 changed files with 1096 additions and 220 deletions

View file

@ -33,7 +33,7 @@ test_valid_value("scroll-padding-block", "calc(50% + 60px)");
test_valid_value("scroll-padding-block", "1px 2px");
test_valid_value("scroll-padding-block", "1px auto");
test_valid_value("scroll-padding-block", "auto auto");
test_valid_value("scroll-padding-block", "auto auto", "auto");
</script>
</body>
</html>