mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
25 lines
818 B
INI
25 lines
818 B
INI
[minmax-angle-serialize.html]
|
|
[e.style['transform'\] = "rotate(min(1deg))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transform'\] = "rotate(min(1rad))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transform'\] = "rotate(max(1turn))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transform'\] = "rotate(max(1rad))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transform'\] = "rotate(min(1grad))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transform'\] = "rotate(max(1deg))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transform'\] = "rotate(max(1grad))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['transform'\] = "rotate(min(1turn))" should set the property value]
|
|
expected: FAIL
|
|
|