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

Unified Diff: LayoutTests/animations/change-keyframes.html

Issue 14556022: Simplify animation testing API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 7 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
Index: LayoutTests/animations/change-keyframes.html
diff --git a/LayoutTests/animations/change-keyframes.html b/LayoutTests/animations/change-keyframes.html
index b9e4957878e93fca0e46ef13c9cd7af7d07fd8b3..76fd6c91294a5c70683ed535c3d9aedd398d5773 100644
--- a/LayoutTests/animations/change-keyframes.html
+++ b/LayoutTests/animations/change-keyframes.html
@@ -72,7 +72,7 @@
setTimeout("startChange()", 600);
}
- runAnimationTest(expectedValues, setup);
+ runAnimationTest(expectedValues, setup, undefined, 'do-not-use-pause-api');
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698