Pass | Canceling an animation should cause its start time and hold time to be unresolved | Asserts runPass | assert_equals(null, null, "The start time of a canceled animation should be unresolved")
at Test.<anonymous> ( /web-animations/timing-model/animations/canceling-an-animation.html:18:3) | Pass | assert_equals(null, null, "The hold time of a canceled animation should be unresolved")
at Test.<anonymous> ( /web-animations/timing-model/animations/canceling-an-animation.html:20:3) |
|
Pass | A play-pending ready promise should be rejected when the animation is canceled | Asserts runPass | assert_equals("AbortError", "AbortError", "ready promise is rejected with AbortError")
at /web-animations/timing-model/animations/canceling-an-animation.html:30:5 |
|
Pass | A pause-pending ready promise should be rejected when the animation is canceled | Asserts runNo asserts ran |
Pass | When an animation is canceled, it should create a resolved Promise | Asserts runPass | assert_equals(object "[object Animation]", object "[object Animation]")
at Test.<anonymous> ( /web-animations/timing-model/animations/canceling-an-animation.html:61:3) |
|
Pass | The ready promise should be replaced when the animation is canceled | Asserts runPass | assert_not_equals(object "[object Promise]", object "[object Promise]")
at Test.<anonymous> ( /web-animations/timing-model/animations/canceling-an-animation.html:68:3) |
|
Pass | The finished promise should NOT be rejected if the animation is already idle | Asserts runPass | assert_equals("idle", "idle", "The animation should be initially idle")
at Test.<anonymous> ( /web-animations/timing-model/animations/canceling-an-animation.html:77:3) |
|
Pass | The cancel event should NOT be fired if the animation is already idle | Asserts runPass | assert_equals("idle", "idle", "The animation should be initially idle")
at Test.<anonymous> ( /web-animations/timing-model/animations/canceling-an-animation.html:97:3) |
|
Pass | Canceling an animation should fire cancel event on orphaned element | Asserts runPass | assert_equals(null, null, "cancel event should be fired for the animation on an orphaned element")
at Test.<anonymous> ( /web-animations/timing-model/animations/canceling-an-animation.html:122:3) |
|