Update web-platform-tests to revision 0317e9a8591851f97d59c9de28c46ea1c2a25f88

This commit is contained in:
WPT Sync Bot 2019-12-03 08:21:57 +00:00
parent 7aa68c8fe7
commit 3214f9ea94
52 changed files with 507 additions and 314 deletions

View file

@ -19,7 +19,7 @@ test_valid_value("translate", "100%");
test_valid_value("translate", "100px 0px", "100px");
test_valid_value("translate", "100px 0.1px", "100px 0.1px");
test_valid_value("translate", "100px 0%", "100px");
test_valid_value("translate", "100px calc(10px - 10%)", "100px calc(10px - 10%)");
test_valid_value("translate", "100px calc(10px - 10%)", "100px calc(-10% + 10px)");
test_valid_value("translate", "100px 200%");
test_valid_value("translate", "100% 200px");