Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassPausing clears the start time
Asserts run
Pass
assert_equals(383.29999999999995, 383.29999999999995, "The start time does not change when pausing-pending")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:21:3)
Pass
assert_equals(null, null, "The start time is unresolved when paused")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:26:3)
PassAborting a pause preserves the start time
Asserts run
Pass
assert_not_equals(416.6, null, "The start time is resolved when pause-pending")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:35:3)
Pass
assert_not_equals(416.6, null, "The start time is preserved when a pause is aborted")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:39:3)
PassA pending ready promise should be resolved and not replaced when the animation is paused
Asserts run
Pass
assert_equals(object "[object Animation]", object "[object Animation]")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:50:3)
Pass
assert_equals(object "[object Promise]", object "[object Promise]")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:51:3)
Pass
assert_false(false, "No longer pause-pending")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:52:3)
PassA pause-pending animation maintains the current time when applying a pending playback rate
Asserts run
Pass
assert_greater_than_equal(50016.6, 50000)
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:70:3)
PassThe animation's current time remains fixed after pausing
Asserts run
Pass
assert_equals(16.699999999999992, 16.699999999999992, "Animation.currentTime is unchanged after pausing")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:88:3)
PassPausing a canceled animation sets the current time
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:99:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:100:3)
Pass
assert_not_equals(object "[object Promise]", object "[object Promise]", "Canceling an animation should create a new ready promise")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:103:3)
Pass
assert_equals("paused", "paused", "Pausing a canceled animation should update the play state")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:107:3)
Pass
assert_true(true, "animation should be pause-pending")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:109:3)
Pass
assert_false(false, "animation should no longer be pause-pending")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:111:3)
Pass
assert_equals(null, null, "start time should be unresolved")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:113:3)
Pass
assert_equals(0, 0, "current time should be set to zero")
    at Test.<anonymous> ( /web-animations/timing-model/animations/pausing-an-animation.html:114:3)