Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Side by Side Diff: third_party/WebKit/LayoutTests/web-animations-api/animation-effect-timing-easing-expected.txt

Issue 2129783003: Remove linear-function easing TypeError exemption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698