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

Unified Diff: LayoutTests/animations/transition-and-animation-2.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-2.html
diff --git a/LayoutTests/animations/transition-and-animation-2.html b/LayoutTests/animations/transition-and-animation-2.html
index 803ccb50e372f660cdc0d093756ff42d80255a2f..a0cc4724b29159ba9c4aedb5929358ca46431980 100644
--- a/LayoutTests/animations/transition-and-animation-2.html
+++ b/LayoutTests/animations/transition-and-animation-2.html
@@ -38,7 +38,7 @@
document.getElementById("box").style.webkitTransform = "translateX(400px)";
}
- runAnimationTest(expectedValues, setup);
+ runAnimationTest(expectedValues, undefined, undefined, 'do-not-use-pause-api');
</script>
</head>
« no previous file with comments | « LayoutTests/animations/transition-and-animation-1.html ('k') | LayoutTests/animations/transition-and-animation-3.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698