Source code

Revision control

Copy as Markdown

Other Tools

[transform-valid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['transform'\] = "scaleX(7)" should set the property value]
expected: FAIL
[e.style['transform'\] = "scaleX(720%)" should set the property value]
expected: FAIL
[e.style['transform'\] = "scaleY(-8)" should set the property value]
expected: FAIL
[e.style['transform'\] = "scaleY(-85%)" should set the property value]
expected: FAIL
[e.style['transform'\] = "scaleZ(4)" should set the property value]
expected: FAIL
[e.style['transform'\] = "scaleZ(25%)" should set the property value]
expected: FAIL
[e.style['transform'\] = "skewX(0)" should set the property value]
expected: FAIL
[e.style['transform'\] = "skewX(90deg)" should set the property value]
expected: FAIL
[e.style['transform'\] = "skewY(0)" should set the property value]
expected: FAIL
[e.style['transform'\] = "skewY(-90deg)" should set the property value]
expected: FAIL