mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 1e4fe87a7f01c0b5c614c8f601ffa68b4a00662a
This commit is contained in:
parent
4c3f1756da
commit
432648745e
164 changed files with 8354 additions and 595 deletions
|
@ -17,6 +17,12 @@ test_invalid_value("rotate", "100px");
|
|||
test_invalid_value("rotate", "100 400deg");
|
||||
test_invalid_value("rotate", "100 200 400deg");
|
||||
test_invalid_value("rotate", "100 200 300 500 400deg");
|
||||
|
||||
test_invalid_value("rotate", "x y 45deg");
|
||||
test_invalid_value("rotate", "45deg x y");
|
||||
test_invalid_value("rotate", "z");
|
||||
test_invalid_value("rotate", "1 2");
|
||||
test_invalid_value("rotate", "1 2 3");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -17,6 +17,16 @@ test_valid_value("rotate", "none");
|
|||
test_valid_value("rotate", "0deg");
|
||||
|
||||
test_valid_value("rotate", "100 200 300 400grad");
|
||||
test_valid_value("rotate", "400grad 100 200 300", "100 200 300 400grad");
|
||||
|
||||
test_valid_value("rotate", "x 400grad", "1 0 0 400grad");
|
||||
test_valid_value("rotate", "400grad x", "1 0 0 400grad");
|
||||
|
||||
test_valid_value("rotate", "y 400grad", "0 1 0 400grad");
|
||||
test_valid_value("rotate", "400grad y", "0 1 0 400grad");
|
||||
|
||||
test_valid_value("rotate", "z 400grad", "0 0 1 400grad");
|
||||
test_valid_value("rotate", "400grad z", "0 0 1 400grad");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue