OLD | NEW |
1 This test performs an animation of the left property with four different fill mo
des. It animates over 0.1 second with a 0.1 second delay. It takes snapshots at
document load and the end of the animation. | 1 This test performs an animation of the left property with four different fill mo
des. It animates over 0.1 second with a 0.1 second delay. It takes snapshots at
document load and the end of the animation. |
2 None | 2 None |
3 Backwards | 3 Backwards |
4 Forwards | 4 Forwards |
5 Both | 5 Both |
6 Both iterating | 6 Both iterating |
7 PASS - start of animation - id: a expected: 100 actual: 100 | 7 PASS - start of animation - id: a expected: 100 actual: 100 |
8 PASS - start of animation - id: b expected: 300 actual: 300 | 8 FAIL - start of animation - id: b expected: 300 actual: 100 |
9 PASS - start of animation - id: c expected: 100 actual: 100 | 9 PASS - start of animation - id: c expected: 100 actual: 100 |
10 PASS - start of animation - id: d expected: 300 actual: 300 | 10 FAIL - start of animation - id: d expected: 300 actual: 100 |
11 PASS - start of animation - id: e expected: 300 actual: 300 | 11 FAIL - start of animation - id: e expected: 300 actual: 100 |
12 PASS - end of animation - id: a expected: 100 actual: 100 | 12 FAIL - end of animation - id: a expected: 100 actual: 200 |
13 PASS - end of animation - id: b expected: 100 actual: 100 | 13 FAIL - end of animation - id: b expected: 100 actual: 200 |
14 PASS - end of animation - id: c expected: 300 actual: 300 | 14 FAIL - end of animation - id: c expected: 300 actual: 200 |
15 PASS - end of animation - id: d expected: 300 actual: 300 | 15 FAIL - end of animation - id: d expected: 300 actual: 200 |
16 PASS - end of animation - id: e expected: 300 actual: 300 | 16 PASS - end of animation - id: e expected: 300 actual: 300 |
17 | 17 |
OLD | NEW |