OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 FAIL step-start function assert_equals: expected "steps(1, start)" but got "step
-start" |
| 3 FAIL steps(1, start) function assert_equals: expected "steps(1, start)" but got
"step-start" |
| 4 PASS steps(2, start) function |
| 5 FAIL step-end function assert_equals: expected "steps(1)" but got "step-end" |
| 6 FAIL steps(1) function assert_equals: expected "steps(1)" but got "step-end" |
| 7 FAIL steps(1, end) function assert_equals: expected "steps(1)" but got "step-end
" |
| 8 FAIL steps(2, end) function assert_equals: expected "steps(2)" but got "steps(2,
end)" |
| 9 PASS linear function |
| 10 PASS ease function |
| 11 PASS ease-in function |
| 12 PASS ease-in-out function |
| 13 PASS ease-out function |
| 14 PASS easing function which produces values greater than 1 |
| 15 PASS Invalid effect easing value test: '' |
| 16 PASS Invalid effect easing value test: 'test' |
| 17 PASS Invalid effect easing value test: 'cubic-bezier(1.1, 0, 1, 1)' |
| 18 PASS Invalid effect easing value test: 'cubic-bezier(0, 0, 1.1, 1)' |
| 19 PASS Invalid effect easing value test: 'cubic-bezier(-0.1, 0, 1, 1)' |
| 20 PASS Invalid effect easing value test: 'cubic-bezier(0, 0, -0.1, 1)' |
| 21 PASS Invalid effect easing value test: 'steps(-1, start)' |
| 22 PASS Invalid effect easing value test: 'steps(0.1, start)' |
| 23 PASS Change the easing while the animation is running |
| 24 Harness: the test ran to completion. |
| 25 |
OLD | NEW |