Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassEvent created without an event parameter has null time values
Asserts run
Pass
assert_equals("finish", "finish")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationPlaybackEvent/constructor.html:14:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationPlaybackEvent/constructor.html:15:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationPlaybackEvent/constructor.html:16:3)
PassCreated event reflects times specified in constructor
Asserts run
Pass
assert_equals("cancel", "cancel")
    at Test.<anonymous> ( /web-animations/interfaces/AnimationPlaybackEvent/constructor.html:25:3)
Pass
assert_equals(-100, -100)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationPlaybackEvent/constructor.html:26:3)
Pass
assert_equals(100, 100)
    at Test.<anonymous> ( /web-animations/interfaces/AnimationPlaybackEvent/constructor.html:27:3)