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

Unified Diff: LayoutTests/transitions/opacity-transition-zindex.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/transitions/opacity-transition-zindex.html
diff --git a/LayoutTests/transitions/opacity-transition-zindex.html b/LayoutTests/transitions/opacity-transition-zindex.html
index bc6dd86cefb1f4bc1634c0a999df85d62a8645c0..4ce9fc2d4da6db53723c08372fdb1e99ddf99da8 100644
--- a/LayoutTests/transitions/opacity-transition-zindex.html
+++ b/LayoutTests/transitions/opacity-transition-zindex.html
@@ -50,7 +50,7 @@
if (window.testRunner)
window.setTimeout(function() {
var firstElement = document.getElementById('first');
- internals.pauseTransitionAtTimeOnElement("opacity", 2.5, first);
+ internals.pauseAnimations(2.5);
testRunner.notifyDone();
}, 0);
}

Powered by Google App Engine
This is Rietveld 408576698