mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Implement translate property styling
This commit is contained in:
parent
62c0c6feee
commit
de3e8c9a8b
10 changed files with 83 additions and 19 deletions
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue