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

Unified Diff: LayoutTests/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: Add layout test for animate() 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/animations/api/element-animate-list-of-keyframes-expected.txt
diff --git a/LayoutTests/animations/api/element-animate-list-of-keyframes-expected.txt b/LayoutTests/animations/api/element-animate-list-of-keyframes-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8210065fbf4d7c8542bd38c419bb8e1de1e957d0
--- /dev/null
+++ b/LayoutTests/animations/api/element-animate-list-of-keyframes-expected.txt
@@ -0,0 +1,7 @@
+
+PASS Calling animate() should start an animation.
+PASS Calling animate() should start an animation. CamelCase property names should be parsed.
+PASS Calling animate() should start an animation. Dashed property names should be parsed.
+PASS Calling animate() with a pre-constructed keyframes list should start an animation.
+PASS Calling animate() with a pre-constructed keyframes list should start an animation. Invalid style declarations should be ignored.
+

Powered by Google App Engine
This is Rietveld 408576698