Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passlinear function easing with output greater than 1
Asserts run
Pass
assert_approx_equals(0, 0, 0.01, "The left of the animation should be approximately 0 at 0ms")
    at assert_style_left_at ( /css/css-easing/linear-timing-functions-output.html:17:3)
Pass
assert_approx_equals(75, 75, 0.01, "The left of the animation should be approximately 75 at 250ms")
    at assert_style_left_at ( /css/css-easing/linear-timing-functions-output.html:17:3)
Pass
assert_approx_equals(150, 150, 0.01, "The left of the animation should be approximately 150 at 500ms")
    at assert_style_left_at ( /css/css-easing/linear-timing-functions-output.html:17:3)
Pass
assert_approx_equals(125, 125, 0.01, "The left of the animation should be approximately 125 at 750ms")
    at assert_style_left_at ( /css/css-easing/linear-timing-functions-output.html:17:3)
Pass
assert_approx_equals(100, 100, 0.01, "The left of the animation should be approximately 100 at 1000ms")
    at assert_style_left_at ( /css/css-easing/linear-timing-functions-output.html:17:3)
Passlinear function easing with output less than 1
Asserts run
Pass
assert_approx_equals(100, 100, 0.01, "The left of the animation should be approximately 100 at 0ms")
    at assert_style_left_at ( /css/css-easing/linear-timing-functions-output.html:17:3)
Pass
assert_approx_equals(25, 25, 0.01, "The left of the animation should be approximately 25 at 250ms")
    at assert_style_left_at ( /css/css-easing/linear-timing-functions-output.html:17:3)
Pass
assert_approx_equals(-50, -50, 0.01, "The left of the animation should be approximately -50 at 500ms")
    at assert_style_left_at ( /css/css-easing/linear-timing-functions-output.html:17:3)
Pass
assert_approx_equals(-25, -25, 0.01, "The left of the animation should be approximately -25 at 750ms")
    at assert_style_left_at ( /css/css-easing/linear-timing-functions-output.html:17:3)
Pass
assert_approx_equals(0, 0, 0.01, "The left of the animation should be approximately 0 at 1000ms")
    at assert_style_left_at ( /css/css-easing/linear-timing-functions-output.html:17:3)
Passlinear function easing, steps equivalent
Asserts run
Pass
assert_approx_equals(20, 20, 0.01, "The left of the animation should be approximately 20 at 0ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Pass
assert_approx_equals(40, 40, 0.01, "The left of the animation should be approximately 40 at 200ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Pass
assert_approx_equals(60, 60, 0.01, "The left of the animation should be approximately 60 at 400ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Pass
assert_approx_equals(80, 80, 0.01, "The left of the animation should be approximately 80 at 600ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Pass
assert_approx_equals(100, 100, 0.01, "The left of the animation should be approximately 100 at 800ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Pass
assert_approx_equals(100, 100, 0.01, "The left of the animation should be approximately 100 at 1000ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Passlinear function easing, input value being unspecified in the first entry implies zero
Asserts run
Pass
assert_approx_equals(10, 10, 0.01, "The left of the animation should be approximately 10 at 0ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Pass
assert_approx_equals(19, 19, 0.01, "The left of the animation should be approximately 19 at 100ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Pass
assert_approx_equals(59.5, 59.5, 0.01, "The left of the animation should be approximately 59.5 at 550ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Pass
assert_approx_equals(100, 100, 0.01, "The left of the animation should be approximately 100 at 1000ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Passlinear function easing, input value being unspecified in the last entry implies max input value
Asserts run
Pass
assert_approx_equals(0, 0, 0.01, "The left of the animation should be approximately 0 at 0ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Pass
assert_approx_equals(36.8182, 36.8182, 0.01, "The left of the animation should be approximately 36.8182 at 450ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Pass
assert_approx_equals(73.6364, 73.6364, 0.01, "The left of the animation should be approximately 73.6364 at 900ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Pass
assert_approx_equals(77.7273, 77.7273, 0.01, "The left of the animation should be approximately 77.7273 at 950ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)
Pass
assert_approx_equals(81.8182, 81.8182, 0.01, "The left of the animation should be approximately 81.8182 at 1000ms")
    at assert_animations_equal_at ( /css/css-easing/linear-timing-functions-output.html:29:3)