Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassA new ready promise is created when play()/pause() is called
Asserts run
Pass
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
PassRedundant calls to play() do not generate new ready promise objects
Asserts run
Pass
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
PassThe ready promise is fulfilled with its Animation
Asserts run
Pass
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
PassThe ready promise does not report an unhandledrejection when rejected
Asserts runNo asserts ran