Implement rotate property styling

This commit is contained in:
CJ Ku 2018-01-25 12:44:20 +09:00 committed by Brian Birtles
parent a8c133d07e
commit 62c0c6feee
9 changed files with 113 additions and 16 deletions

View file

@ -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