servo/tests/wpt/metadata/css/css-values/minmax-angle-serialize.html.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