| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 FAIL For an input progress of 0.0, the output of a frames timing function is the
first frame assert_equals: expected "0px" but got "auto" | |
| 3 FAIL At a frame boundary, the output of a frames timing function is the next fra
me assert_equals: expected "0px" but got "auto" | |
| 4 FAIL For an input progress of 1.0, the output of a frames timing function is the
final frame assert_equals: expected "100px" but got "auto" | |
| 5 FAIL The number of frames is correctly reflected in the frames timing function o
utput assert_equals: expected "0px" but got "auto" | |
| 6 FAIL The number of frames is correctly reflected in the frames timing function o
utput on CSS Transitions assert_equals: expected "0px" but got "100px" | |
| 7 FAIL frames easing with input progress greater than 1 Failed to execute 'animate
' on 'Element': 'frames(2)' is not a valid value for easing | |
| 8 FAIL frames easing with input progress greater than 1.5 Failed to execute 'anima
te' on 'Element': 'frames(2)' is not a valid value for easing | |
| 9 FAIL frames easing with input progress less than 0 Failed to execute 'animate' o
n 'Element': 'frames(2)' is not a valid value for easing | |
| 10 Harness: the test ran to completion. | |
| 11 | |
| OLD | NEW |