| OLD | NEW |
| (Empty) | |
| 1 CONSOLE WARNING: line 9: Specifying animation easing as a function is deprecated
and all support will be removed in M54, around October 2016, at which point thi
s will throw a TypeError. This warning may have been triggered by the Web Animat
ions or Polymer polyfills. See http://crbug.com/601672 for details. |
| 2 This is a testharness.js-based test. |
| 3 PASS Valid easing functions should come out the same as they went in |
| 4 PASS steps easing second parameter defaults to end |
| 5 PASS Should accept arbitrary casing and escape chararcters |
| 6 FAIL Invalid easing values should throw a TypeError assert_throws: with inputEas
ing='function (a){return a}' function "function () { animate_with_easing(inputEa
sing); }" did not throw |
| 7 Harness: the test ran to completion. |
| 8 |
| OLD | NEW |