Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassAnimation.id initial value
Asserts run
Pass
assert_equals("", "", "id for Animation is initially empty")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/id.html:16:3)
PassAnimation.id setter
Asserts run
Pass
assert_equals("anim", "anim", "animation.id reflects the value set")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/id.html:24:3)