Pass | A new ready promise is created when play()/pause() is called | Asserts runPass | assert_equals(object "[object Promise]", object "[object Promise]", "Ready promise is the same object when playing completes")
at /web-animations/interfaces/Animation/ready.html:20:5 | Pass | assert_not_equals(object "[object Promise]", object "[object Promise]", "A new ready promise is created when pausing")
at /web-animations/interfaces/Animation/ready.html:23:5 | Pass | assert_not_equals(object "[object Promise]", object "[object Promise]", "A new ready promise is created when playing")
at /web-animations/interfaces/Animation/ready.html:31:5 |
|
Pass | Redundant calls to play() do not generate new ready promise objects | Asserts runPass | assert_equals(object "[object Promise]", object "[object Promise]", "Ready promise has same object identity after redundant call to play()")
at /web-animations/interfaces/Animation/ready.html:43:5 |
|
Pass | The ready promise is fulfilled with its Animation | Asserts runPass | assert_equals(object "[object Animation]", object "[object Animation]", "Object identity of Animation passed to Promise callback matches the Animation object owning the Promise")
at /web-animations/interfaces/Animation/ready.html:54:5 |
|
Pass | The ready promise does not report an unhandledrejection when rejected | Asserts runNo asserts ran |