blob: 1046b2df664ae2dbd021465ef2d9c456980622bb [file] [log] [blame]
This is a testharness.js-based test.
PASS Transformed progress for step-start function
PASS Transformed progress for steps(1, start) function
PASS Transformed progress for steps(2, start) function
PASS Transformed progress for step-end function
PASS Transformed progress for steps(1) function
PASS Transformed progress for steps(1, end) function
PASS Transformed progress for steps(2, end) function
PASS Transformed progress for frames function
PASS Transformed progress for linear function
FAIL Transformed progress for ease function assert_approx_equals: The progress should be approximately 0.40851059137130497 at 250ms expected 0.40851059137130497 +/- 0.01 but got 0.41869212962962965
PASS Transformed progress for ease-in function
PASS Transformed progress for ease-in-out function
PASS Transformed progress for ease-out function
PASS Transformed progress for easing function which produces values greater than 1
PASS Transformed progress for easing function which produces values less than 1
FAIL Test bounds point of step-start easing assert_equals: Progress at 0ms expected 0 but got 0.5
FAIL Test bounds point of step-start easing with reverse direction assert_equals: Progress at 2000ms expected 0 but got 0.5
PASS Test bounds point of step-start easing with iterationStart not at a transition point
FAIL Test bounds point of step-start easing with iterationStart and delay assert_equals: Progress at 0ms expected 0.5 but got 1
FAIL Test bounds point of step-start easing with iterationStart and reverse direction assert_equals: Progress at 2000ms expected 0.5 but got 1
FAIL Test bounds point of step(4, start) easing with iterationStart 0.75 and delay assert_equals: Progress at 0ms expected 0.75 but got 1
FAIL Test bounds point of step-start easing with alternate direction assert_equals: Progress at 3000ms expected 0.5 but got 1
FAIL Test bounds point of step-start easing with alternate-reverse direction assert_equals: Progress at 3000ms expected 0.5 but got 1
PASS Test bounds point of step-end easing
FAIL Test bounds point of step-end easing with iterationStart and delay assert_equals: Progress at 0ms expected 0 but got 0.5
PASS Test bounds point of step-end easing with iterationStart not at a transition point
FAIL Test bounds point of steps(jump-both) easing Failed to execute 'animate' on 'Element': 'steps(2, jump-both)' is not a valid value for easing
FAIL Test bounds point of steps(jump-both) easing with iterationStart and delay Failed to execute 'animate' on 'Element': 'steps(2, jump-both)' is not a valid value for easing
FAIL Test bounds point of steps(jump-both) easing with iterationStart not at a transition point Failed to execute 'animate' on 'Element': 'steps(2, jump-both)' is not a valid value for easing
FAIL Test bounds point of steps(jump-none) easing Failed to execute 'animate' on 'Element': 'steps(2, jump-none)' is not a valid value for easing
FAIL Test bounds point of steps(jump-none) easing with iterationStart and delay Failed to execute 'animate' on 'Element': 'steps(2, jump-none)' is not a valid value for easing
FAIL Test bounds point of steps(jump-none) easing with iterationStart not at a transition point Failed to execute 'animate' on 'Element': 'steps(2, jump-none)' is not a valid value for easing
Harness: the test ran to completion.