Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passonremove event is fired when replaced animation is removed.
Asserts run
Pass
assert_equals("removed", "removed")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/onremove.html:24:5)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /web-animations/interfaces/Animation/onremove.html:25:5)
Pass
assert_true(true, "finished event fired")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/onremove.html:26:5)
Pass
assert_equals(268.2, 268.2, "timeline time is set")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/onremove.html:27:5)
Pass
assert_equals("ABC", "ABC")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/onremove.html:52:3)
Passonremove events are fired in the correct order
Asserts runNo asserts ran