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

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: Add new tests. Created 7 years, 8 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>

Powered by Google App Engine
This is Rietveld 408576698