mirror of
https://github.com/servo/servo.git
synced 2025-10-16 00:10:23 +01:00
49 lines
1.5 KiB
INI
49 lines
1.5 KiB
INI
[translate-parsing-valid.html]
|
|
[e.style['translate'\] = "100% 200% 300px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "100px 0%" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "100px 200px 0px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "none" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "100px 0px 0px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "0" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "0px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "100px 0.1px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "100%" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "100px 200px 300px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "100% 200px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "100px 200%" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "1px 2px 0" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "100px 0px" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "calc(10% + 10px) calc(20% + 20px) calc(30em + 30px)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['translate'\] = "100px calc(10px - 10%)" should set the property value]
|
|
expected: FAIL
|
|
|