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

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

Issue 2143973003: Prepare animation-effect-timing-easing for upstreaming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/LayoutTests/web-animations-api/animation-effect-timing-easing.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..5c33c31bc6c6bd6d9d4b88c9ade3214f5836850e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/web-animations-api/animation-effect-timing-easing-expected.txt
@@ -0,0 +1,8 @@
+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.
+
« no previous file with comments | « third_party/WebKit/LayoutTests/web-animations-api/animation-effect-timing-easing.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698