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

Unified Diff: LayoutTests/animations/transition-and-animation-1.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-1.html
diff --git a/LayoutTests/animations/transition-and-animation-1.html b/LayoutTests/animations/transition-and-animation-1.html
index 7ce8040ef48f5304ed68a7ddc328c30bee2b3828..62e63a9fedecbf08e746e88c5103aea0095e63d5 100644
--- a/LayoutTests/animations/transition-and-animation-1.html
+++ b/LayoutTests/animations/transition-and-animation-1.html
@@ -32,7 +32,7 @@
[null, 0.55, "box", "webkitTransform", "none", null],
];
- runAnimationTest(expectedValues);
+ runAnimationTest(expectedValues, undefined, undefined, 'do-not-use-pause-api');
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698