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

Unified Diff: LayoutTests/animations/transition-and-animation-3.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/transition-and-animation-3.html
diff --git a/LayoutTests/animations/transition-and-animation-3.html b/LayoutTests/animations/transition-and-animation-3.html
index 6a19c961fb4172fb1f3f1133889c6d7821cbf30f..7920da1d3b20b3a1f549f23eb97d4c723cd390e8 100644
--- a/LayoutTests/animations/transition-and-animation-3.html
+++ b/LayoutTests/animations/transition-and-animation-3.html
@@ -54,7 +54,7 @@
function setupTest()
{
document.getElementById('test').className = 'animating box';
- runAnimationTest(expectedValues, animationStarted);
+ runAnimationTest(expectedValues, animationStarted, undefined, 'do-not-use-pause-api');
}
window.addEventListener('load', function() {
« no previous file with comments | « LayoutTests/animations/transition-and-animation-2.html ('k') | LayoutTests/animations/wrong-keyframe-name.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698