Pass | The current time returns the hold time when set | Asserts runPass | assert_equals(0, 0, "Current time returns the hold time set when entering the play-pending state")
at Test.<anonymous> ( /web-animations/timing-model/animations/the-current-time-of-an-animation.html:20:3) |
|
Pass | The current time is unresolved when there is no associated timeline (and no hold time is set) | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /web-animations/timing-model/animations/the-current-time-of-an-animation.html:31:3) |
|
Pass | The current time is unresolved when the start time is unresolved (and no hold time is set) | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /web-animations/timing-model/animations/the-current-time-of-an-animation.html:44:3) |
|
Pass | The current time is calculated from the timeline time, start time and playback rate | Asserts runPass | assert_approx_equals(50000, 50000, 0.001, "Animation has a unresolved start time")
at window.assert_times_equal ( /web-animations/testcommon.js:14:5) |
|
Pass | The current time does not progress if playback rate is 0 | Asserts runPass | assert_approx_equals(0, 0, 0.0005, undefined)
at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7) |
|