Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This is a testharness.js-based test. | |
| 2 FAIL step-start easing with input progress greater than 1 assert_equals: expecte d "200px" but got "100px" | |
| 3 PASS step-end easing with input progress greater than 1 | |
| 4 FAIL step-end easing with input progress greater than 2 assert_equals: expected "200px" but got "100px" | |
| 5 PASS step-start easing with input progress less than 0 | |
| 6 FAIL step-start easing with input progress less than -1 assert_equals: expected "-100px" but got "0px" | |
| 7 FAIL step-end easing with input progress less than 0 assert_equals: expected "-1 00px" but got "0px" | |
| 8 Harness: the test ran to completion. | |
| 9 | |
| OLD | NEW |