mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision ac3d096a5972dea5ecca1c43e324086895db7c6f
This commit is contained in:
parent
1c74a80e28
commit
db54f176d0
47 changed files with 860 additions and 246 deletions
|
@ -16,9 +16,11 @@ test_valid_value("offset-rotate", "auto");
|
|||
test_valid_value("offset-rotate", "reverse");
|
||||
test_valid_value("offset-rotate", "-400deg");
|
||||
test_valid_value("offset-rotate", "auto 5turn");
|
||||
test_valid_value("offset-rotate", "reverse 0rad");
|
||||
// https://github.com/w3c/fxtf-drafts/issues/340
|
||||
test_valid_value("offset-rotate", "reverse 0rad", ["reverse 0rad", "reverse"]);
|
||||
test_valid_value("offset-rotate", "5turn auto", "auto 5turn");
|
||||
test_valid_value("offset-rotate", "0rad reverse", "reverse 0rad");
|
||||
// https://github.com/w3c/fxtf-drafts/issues/340
|
||||
test_valid_value("offset-rotate", "0rad reverse", ["reverse 0rad", "reverse"]);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue