OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS Phase calculation for a simple animation effect |
| 3 PASS Phase calculation for an animation effect with a positive start delay |
| 4 PASS Phase calculation for an animation effect with a negative start delay |
| 5 PASS Phase calculation for an animation effect with a positive end delay |
| 6 PASS Phase calculation for an animation effect with a negative end delay lesser
in magnitude than the active duration |
| 7 PASS Phase calculation for an animation effect with a negative end delay equal i
n magnitude to the active duration |
| 8 PASS Phase calculation for an animation effect with a negative end delay greater
in magnitude than the active duration |
| 9 PASS Phase calculation for an animation effect with a positive start delay and a
negative end delay lesser in magnitude than the active duration |
| 10 PASS Phase calculation for an animation effect with a negative start delay and a
negative end delay equal in magnitude to the active duration |
| 11 PASS Phase calculation for an animation effect with a negative start delay and a
negative end delay equal greater in magnitude than the active duration |
| 12 FAIL Phase calculation for a simple animation effect with negative playback rate
assert_not_equals: Animation effect is in active phase when current time is 1ms
got disallowed value null |
| 13 Harness: the test ran to completion. |
| 14 |
OLD | NEW |