Implement translate property styling

This commit is contained in:
CJ Ku 2018-01-25 12:47:27 +09:00 committed by Brian Birtles
parent 62c0c6feee
commit de3e8c9a8b
10 changed files with 83 additions and 19 deletions

View file

@ -1,10 +0,0 @@
[translate-parsing-invalid.html]
[e.style['translate'\] = "100deg" should not set the property value]
expected: FAIL
[e.style['translate'\] = "100px 200px 300%" should not set the property value]
expected: FAIL
[e.style['translate'\] = "100px 200px calc(30px + 30%)" should not set the property value]
expected: FAIL

View file

@ -5,9 +5,3 @@
[Serialization should round-trip after setting e.style['translate'\] = "1px 2px 0"]
expected: FAIL
[e.style['translate'\] = "0" should set the property value]
expected: FAIL
[e.style['translate'\] = "1px 2px 0" should set the property value]
expected: FAIL