Summary

Harness status: OK

Found 5 tests

Details

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