Chromium Code Reviews| 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) |
| + |