mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'
This commit is contained in:
parent
ace9b32b1c
commit
df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions
|
@ -18,6 +18,7 @@ test_valid_value("transform", "matrix(1, 2, 3, 4, 5, 6)");
|
|||
test_valid_value("transform", "matrix(-0.1, -0.2, -0.3, -0.4, -0.5, -0.6)");
|
||||
|
||||
test_valid_value("transform", "translate(1px)");
|
||||
test_valid_value("transform", "translate(1px, 0%)");
|
||||
test_valid_value("transform", "translate(2%, -3%)");
|
||||
|
||||
test_valid_value("transform", "translateX(-4px)");
|
||||
|
|
|
@ -18,7 +18,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 0%");
|
||||
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