Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassReturned CSS animations have the correct effect target
Asserts run
Pass
assert_equals(Element node <div style="animation: 100s ease 0s 1 normal none running..., Element node <div style="animation: 100s ease 0s 1 normal none running..., "Animation.target is the animatable div")
    at Test.<anonymous> ( /css/css-animations/KeyframeEffect-target.tentative.html:26:3)
Passeffect.target should return the same CSSPseudoElement object each time
Asserts run
Pass
assert_equals(2, 2, "Got animations running on ::after pseudo element")
    at Test.<anonymous> ( /css/css-animations/KeyframeEffect-target.tentative.html:34:3)
Pass
assert_equals(Element node <div class="after"></div>, Element node <div class="after"></div>, "Both animations return the same target object")
    at Test.<anonymous> ( /css/css-animations/KeyframeEffect-target.tentative.html:36:3)
Passeffect.target from the script-generated animation should return the same CSSPseudoElement object as that from the CSS generated animation
Asserts run
Pass
assert_equals(2, 2, "Got animations running on ::after pseudo element")
    at Test.<anonymous> ( /css/css-animations/KeyframeEffect-target.tentative.html:50:3)
Pass
assert_not_equals(object "[object CSSAnimation]", object "[object Animation]", "The scriped-generated animation appears last")
    at Test.<anonymous> ( /css/css-animations/KeyframeEffect-target.tentative.html:52:3)
Pass
assert_equals(Element node <div class="after"></div>, Element node <div class="after"></div>, "The effect.target of the scripted-generated animation is the same as the one from the argument of KeyframeEffect constructor")
    at Test.<anonymous> ( /css/css-animations/KeyframeEffect-target.tentative.html:54:3)
Pass
assert_equals(Element node <div class="after"></div>, Element node <div class="after"></div>, "Both animations return the same target object")
    at Test.<anonymous> ( /css/css-animations/KeyframeEffect-target.tentative.html:58:3)