This is a testharness.js-based test.
PASS Test pausing then playing does not change the finished promise 
PASS Test restarting a finished animation 
PASS Test restarting a reversed finished animation 
PASS Test redundant finishing of animation 
PASS Finished promise does not resolve when paused 
PASS Finished promise does not resolve when pause-pending 
PASS The finished promise is fulfilled with its Animation 
PASS finished promise is rejected when an animation is cancelled by calling cancel() 
PASS cancelling an already-finished animation replaces the finished promise 
FAIL cancelling an idle animation still replaces the finished promise assert_not_equals: A redundant call to cancel() should still generate a new finished promise got disallowed value object "[object Promise]"
FAIL Test finished promise changes for animation duration changes assert_equals: currentTime should be unchanged when duration shortened expected 50000 but got 25000
PASS Test finished promise changes when playbackRate == 0 
PASS Test finished promise resolves when reaching to the natural boundary. 
PASS Test finished promise changes when a prior finished promise resolved and the animation falls out finished state 
PASS Test no new finished promise generated when finished state is checked asynchronously 
PASS Test new finished promise generated when finished state is checked synchronously 
PASS Test synchronous finished promise resolved even if finished state is changed soon 
PASS Test synchronous finished promise resolved even if asynchronous finished promise happens just before synchronous promise 
FAIL Test finished promise is not resolved when the animation falls out finished state immediately assert_unreached: Animation.finished should not be resolved Reached unreachable code
FAIL Test finished promise is not resolved once the animation falls out finished state even though the current finished promise is generated soon after animation state became finished assert_unreached: Animation.finished should not be resolved Reached unreachable code
Harness: the test ran to completion.

