Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passeffect is set correctly.
Asserts run
Pass
assert_equals(null, null, "initial effect is null")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/effect.html:15:3)
Pass
assert_equals(object "[object KeyframeEffect]", object "[object KeyframeEffect]", "new effect is set")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/effect.html:19:3)
PassClearing and setting Animation.effect should update the computed style of the target element
Asserts run
Pass
assert_equals("100px", "100px", "animation is initially having an effect")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/effect.html:28:3)
Pass
assert_equals("auto", "auto", "animation no longer has an effect")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/effect.html:32:3)
Pass
assert_equals("100px", "100px", "animation has an effect again")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/effect.html:36:3)