Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassAllows an animation to be persisted after being removed
Asserts run
Pass
assert_equals("removed", "removed")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/persist.html:20:5)
Pass
assert_equals("persisted", "persisted")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/persist.html:22:5)
PassAllows an animation to be persisted before being removed
Asserts run
Pass
assert_equals("persisted", "persisted")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/persist.html:36:3)