mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 0317e9a8591851f97d59c9de28c46ea1c2a25f88
This commit is contained in:
parent
7aa68c8fe7
commit
3214f9ea94
52 changed files with 507 additions and 314 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue