mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
19 lines
618 B
INI
19 lines
618 B
INI
[translate-parsing-valid.html]
|
|
[Serialization should round-trip after setting e.style['translate'\] = "0"]
|
|
expected: FAIL
|
|
|
|
[Serialization should round-trip after setting e.style['translate'\] = "1px 2px 0"]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "100px calc(10px - 10%)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "100px 200px 0px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "100px 0px 0px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "1px 2px 0" should set the property value]
|
|
expected: FAIL
|
|
|