blob: 591d7e96035b1fcac70dc8109ff9d1c5b3f5e64e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[transform-interpolation-inline-value.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Interpolation between translateY(0%) and translateX(50%) gives the correct computed value halfway according to commitStyles.]
expected: FAIL
[Interpolation between translateX(50px) and translateY(50px) gives the correct computed value halfway according to commitStyles.]
expected: FAIL
[Interpolation between rotate(0deg) and rotateZ(90deg) gives the correct computed value halfway according to commitStyles.]
expected: FAIL
[Interpolation between scaleX(2) and scaleY(2) gives the correct computed value halfway according to commitStyles.]
expected: FAIL
[Interpolation between scaleX(2) and scaleY(3) gives the correct computed value halfway according to commitStyles.]
expected: FAIL
|