Pass | Returned CSS animations have the correct effect target | Asserts runPass | 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) |
|
Pass | effect.target should return the same CSSPseudoElement object each time | Asserts runPass | 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) |
|
Pass | effect.target from the script-generated animation should return the same CSSPseudoElement object as that from the CSS generated animation | Asserts runPass | 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) |
|