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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1
2 FAIL Calling animate() should start an animation. Object #<HTMLDivElement> has n o method 'animate'(stack: TypeError: Object #<HTMLDivElement> has no method 'ani mate'
3 at Object.<anonymous> (file:///usr/local/google/home/rjwright/chromium/src/t hird_party/WebKit/LayoutTests/animations/api/element-animate-list-of-keyframes.h tml: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.
4 at Object.Test.step (file:///usr/local/google/home/rjwright/chromium/src/thi rd_party/WebKit/LayoutTests/resources/testharness.js:876:18)
5 at test (file:///usr/local/google/home/rjwright/chromium/src/third_party/Web Kit/LayoutTests/resources/testharness.js:338:18)
6 at file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/La youtTests/animations/api/element-animate-list-of-keyframes.html:34:1)
7 FAIL Calling animate() should start an animation. CamelCase property names shoul d be parsed. Object #<HTMLDivElement> has no method 'animate'(stack: TypeError: Object #<HTMLDivElement> has no method 'animate'
8 at Object.<anonymous> (file:///usr/local/google/home/rjwright/chromium/src/t hird_party/WebKit/LayoutTests/animations/api/element-animate-list-of-keyframes.h tml:45:8)
9 at Object.Test.step (file:///usr/local/google/home/rjwright/chromium/src/thi rd_party/WebKit/LayoutTests/resources/testharness.js:876:18)
10 at test (file:///usr/local/google/home/rjwright/chromium/src/third_party/Web Kit/LayoutTests/resources/testharness.js:338:18)
11 at file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/La youtTests/animations/api/element-animate-list-of-keyframes.html:44:1)
12 FAIL Calling animate() with a pre-constructed keyframes list should start an ani mation. Invalid style declarations should be ignored. Object #<HTMLDivElement> h as no method 'animate'(stack: TypeError: Object #<HTMLDivElement> has no method 'animate'
13 at Object.<anonymous> (file:///usr/local/google/home/rjwright/chromium/src/t hird_party/WebKit/LayoutTests/animations/api/element-animate-list-of-keyframes.h tml:60:8)
14 at Object.Test.step (file:///usr/local/google/home/rjwright/chromium/src/thi rd_party/WebKit/LayoutTests/resources/testharness.js:876:18)
15 at test (file:///usr/local/google/home/rjwright/chromium/src/third_party/Web Kit/LayoutTests/resources/testharness.js:338:18)
16 at file:///usr/local/google/home/rjwright/chromium/src/third_party/WebKit/La youtTests/animations/api/element-animate-list-of-keyframes.html:59:1)
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698