mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Implement rotate property styling
This commit is contained in:
parent
a8c133d07e
commit
62c0c6feee
9 changed files with 113 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
|||
[rotate-parsing-invalid.html]
|
||||
[e.style['rotate'\] = "100px" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "100 400deg" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "100 200 400deg" should not set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rotate'\] = "100 200 300 500 400deg" should not set the property value]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue