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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/web-animations-api/animation-effect-timing-easing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/web-animations-api/animation-effect-timing-easing-expected.txt b/third_party/WebKit/LayoutTests/web-animations-api/animation-effect-timing-easing-expected.txt
deleted file mode 100644
index 5c33c31bc6c6bd6d9d4b88c9ade3214f5836850e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/web-animations-api/animation-effect-timing-easing-expected.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-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 this will throw a TypeError. This warning may have been triggered by the Web Animations or Polymer polyfills. See http://crbug.com/601672 for details.
-This is a testharness.js-based test.
-PASS Valid easing functions should come out the same as they went in
-PASS steps easing second parameter defaults to end
-PASS Should accept arbitrary casing and escape chararcters
-FAIL Invalid easing values should throw a TypeError assert_throws: with inputEasing='function (a){return a}' function "function () { animate_with_easing(inputEasing); }" did not throw
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698