OLD | NEW |
1 This test performs animations of the left property on five boxes over 2 seconds.
Box 1 has all keyframes. Box 2 has a missing "from" keyframe. Box 3 has a missi
ng "to" keyframe. Box 4 has both "from" and "to" keyframes missing, but other ke
yframes which should trigger the generation of "from" and "to". Box 5 has no key
frames, and should not animate. The test takes 3 snapshots each and expects each
result to be within a specified range. | 1 This test performs animations of the left property on four boxes over 2 seconds.
Box 1 has all keyframes. Box 2 has a missing "from" keyframe. Box 3 has a missi
ng "to" keyframe. Box 4 has both "from" and "to" keyframes missing, but other ke
yframes which should trigger the generation of "from" and "to". The test takes 3
snapshots each and expects each result to be within a specified range. |
2 PASS - box5 animation was not running | |
3 PASS - "left" property for "box1" element at 0.4s saw something close to: 20 | 2 PASS - "left" property for "box1" element at 0.4s saw something close to: 20 |
4 PASS - "left" property for "box1" element at 1s saw something close to: 20 | 3 PASS - "left" property for "box1" element at 1s saw something close to: 20 |
5 PASS - "left" property for "box1" element at 1.6s saw something close to: 15 | 4 PASS - "left" property for "box1" element at 1.6s saw something close to: 15 |
6 PASS - "left" property for "box2" element at 0.4s saw something close to: 20 | 5 PASS - "left" property for "box2" element at 0.4s saw something close to: 20 |
7 PASS - "left" property for "box2" element at 1s saw something close to: 20 | 6 PASS - "left" property for "box2" element at 1s saw something close to: 20 |
8 PASS - "left" property for "box2" element at 1.6s saw something close to: 15 | 7 PASS - "left" property for "box2" element at 1.6s saw something close to: 15 |
9 PASS - "left" property for "box3" element at 0.4s saw something close to: 20 | 8 PASS - "left" property for "box3" element at 0.4s saw something close to: 20 |
10 PASS - "left" property for "box3" element at 1s saw something close to: 20 | 9 PASS - "left" property for "box3" element at 1s saw something close to: 20 |
11 PASS - "left" property for "box3" element at 1.6s saw something close to: 15 | 10 PASS - "left" property for "box3" element at 1.6s saw something close to: 15 |
12 PASS - "left" property for "box4" element at 0.4s saw something close to: 20 | 11 PASS - "left" property for "box4" element at 0.4s saw something close to: 20 |
13 PASS - "left" property for "box4" element at 1s saw something close to: 25 | 12 PASS - "left" property for "box4" element at 1s saw something close to: 25 |
14 PASS - "left" property for "box4" element at 1.6s saw something close to: 15 | 13 PASS - "left" property for "box4" element at 1.6s saw something close to: 15 |
15 | 14 |
OLD | NEW |