transform-valid.html.ini (1000B)
1 [transform-valid.html] 2 expected: 3 if (os == "android") and fission: [OK, TIMEOUT] 4 [e.style['transform'\] = "scaleX(7)" should set the property value] 5 expected: FAIL 6 7 [e.style['transform'\] = "scaleX(720%)" should set the property value] 8 expected: FAIL 9 10 [e.style['transform'\] = "scaleY(-8)" should set the property value] 11 expected: FAIL 12 13 [e.style['transform'\] = "scaleY(-85%)" should set the property value] 14 expected: FAIL 15 16 [e.style['transform'\] = "scaleZ(4)" should set the property value] 17 expected: FAIL 18 19 [e.style['transform'\] = "scaleZ(25%)" should set the property value] 20 expected: FAIL 21 22 [e.style['transform'\] = "skewX(0)" should set the property value] 23 expected: FAIL 24 25 [e.style['transform'\] = "skewX(90deg)" should set the property value] 26 expected: FAIL 27 28 [e.style['transform'\] = "skewY(0)" should set the property value] 29 expected: FAIL 30 31 [e.style['transform'\] = "skewY(-90deg)" should set the property value] 32 expected: FAIL