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

Unified Diff: LayoutTests/virtual/legacy-animations-engine/animations/web-animations-api/element-animate-list-of-keyframes-expected.txt

Issue 96283002: Web Animations API: Start implementation of Element.animate(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added unit test (WIP) Created 7 years 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: LayoutTests/virtual/legacy-animations-engine/animations/web-animations-api/element-animate-list-of-keyframes-expected.txt
diff --git a/LayoutTests/virtual/legacy-animations-engine/animations/web-animations-api/element-animate-list-of-keyframes-expected.txt b/LayoutTests/virtual/legacy-animations-engine/animations/web-animations-api/element-animate-list-of-keyframes-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..700cc9196bdb1f53d56eec2eb1e4f70e5b0388ef
--- /dev/null
+++ b/LayoutTests/virtual/legacy-animations-engine/animations/web-animations-api/element-animate-list-of-keyframes-expected.txt
@@ -0,0 +1,17 @@
+
+FAIL Calling animate() should start an animation. Object #<HTMLDivElement> has no method 'animate'(stack: TypeError: Object #<HTMLDivElement> has no method 'animate'
+ at Object.<anonymous> (file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/LayoutTests/animations/api/element-animate-list-of-keyframes.html:35:8)
Steve Block 2013/12/10 23:26:45 Obviously we can't check in expected results like
rjwright 2013/12/11 02:16:38 Done.
+ at Object.Test.step (file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/LayoutTests/resources/testharness.js:876:18)
+ at test (file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/LayoutTests/resources/testharness.js:338:18)
+ at file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/LayoutTests/animations/api/element-animate-list-of-keyframes.html:34:1)
+FAIL Calling animate() should start an animation. CamelCase property names should be parsed. Object #<HTMLDivElement> has no method 'animate'(stack: TypeError: Object #<HTMLDivElement> has no method 'animate'
+ at Object.<anonymous> (file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/LayoutTests/animations/api/element-animate-list-of-keyframes.html:45:8)
+ at Object.Test.step (file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/LayoutTests/resources/testharness.js:876:18)
+ at test (file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/LayoutTests/resources/testharness.js:338:18)
+ at file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/LayoutTests/animations/api/element-animate-list-of-keyframes.html:44:1)
+FAIL Calling animate() with a pre-constructed keyframes list should start an animation. Invalid style declarations should be ignored. Object #<HTMLDivElement> has no method 'animate'(stack: TypeError: Object #<HTMLDivElement> has no method 'animate'
+ at Object.<anonymous> (file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/LayoutTests/animations/api/element-animate-list-of-keyframes.html:60:8)
+ at Object.Test.step (file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/LayoutTests/resources/testharness.js:876:18)
+ at test (file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/LayoutTests/resources/testharness.js:338:18)
+ at file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/LayoutTests/animations/api/element-animate-list-of-keyframes.html:59:1)
+

Powered by Google App Engine
This is Rietveld 408576698