Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassOverlapping keyframes at 0 and 1 use the appropriate value when the progress is outside the range [0, 1]
Asserts run
Pass
assert_approx_equals(0.2, 0.2, 0.0001, "When progress is zero the last keyframe with offset 0 should be used")
    at assert_opacity_value ( /web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html:15:10)
Pass
assert_equals("0", "0", "When progress is negative, the first keyframe with a 0 offset should be used")
    at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html:34:3)
Pass
assert_approx_equals(0.796245, 0.8, 0.01, "When progress is just less than 1, the first keyframe with an offset of 1 should be used as the interval endpoint")
    at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html:39:3)
Pass
assert_equals("1", "1", "When progress is greater than 1.0, the last keyframe with a 1 offset should be used")
    at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html:44:3)
Pass
assert_equals("1", "1", "When progress is equal to 1.0, the last keyframe with a 1 offset should be used")
    at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html:48:3)
PassOverlapping keyframes between 0 and 1 use the appropriate value on each side of the overlap point
Asserts run
Pass
assert_approx_equals(0.15, 0.15, 0.0001, "Before the overlap point, the first keyframe from the overlap point should be used as interval endpoint")
    at assert_opacity_value ( /web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html:15:10)
Pass
assert_approx_equals(0.7, 0.7, 0.0001, "At the overlap point, the last keyframe from the overlap point should be used as interval startpoint")
    at assert_opacity_value ( /web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html:15:10)
Pass
assert_approx_equals(0.85, 0.85, 0.0001, "After the overlap point, the last keyframe from the overlap point should be used as interval startpoint")
    at assert_opacity_value ( /web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html:15:10)