Pass | Removed animations do not contribute to animated style | Asserts runPass | assert_equals("removed", "removed")
at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html:37:3) | Pass | assert_equals("active", "active")
at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html:38:3) | Pass | assert_approx_equals(0.1, 0.1, 0.0001, "Opacity should be the un-animated value")
at assert_opacity_value ( /web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html:14:10) |
|
Pass | Removed animations do not contribute to the effect stack | Asserts runPass | assert_equals("removed", "removed")
at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html:65:3) | Pass | assert_equals("active", "active")
at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html:66:3) | Pass | assert_approx_equals(0.4, 0.4, 0.0001, "Opacity value should not include the removed animation")
at assert_opacity_value ( /web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html:14:10) |
|
Pass | Persisted animations contribute to animated style | Asserts runPass | assert_approx_equals(0.2, 0.2, 0.0001, "Opacity should be the persisted animation's value")
at assert_opacity_value ( /web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html:14:10) |
|
Pass | Persisted animations contribute to the effect stack | Asserts runPass | assert_approx_equals(0.4, 0.4, 0.0001, "Opacity value should NOT include the contribution of the removed animation")
at assert_opacity_value ( /web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html:14:10) | Pass | assert_approx_equals(0.5, 0.5, 0.0001, "Opacity value should include the contribution of the persisted animation")
at assert_opacity_value ( /web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html:14:10) |
|
Pass | Animations persisted before they would be removed contribute to the effect stack | Asserts runPass | assert_approx_equals(0.5, 0.5, 0.0001, "Opacity value should include the contribution of the persisted animation")
at assert_opacity_value ( /web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html:14:10) |
|