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

Unified Diff: LayoutTests/transitions/transition-hit-test-transform.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
« no previous file with comments | « LayoutTests/transitions/transition-hit-test.html ('k') | Source/core/page/animation/AnimationController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/transitions/transition-hit-test-transform.html
diff --git a/LayoutTests/transitions/transition-hit-test-transform.html b/LayoutTests/transitions/transition-hit-test-transform.html
index 1c0a035b68b63f90216941899cde56b293c2f031..c43f314026527832dfaebe773dd970a57e268f34 100644
--- a/LayoutTests/transitions/transition-hit-test-transform.html
+++ b/LayoutTests/transitions/transition-hit-test-transform.html
@@ -49,8 +49,7 @@
{
if (window.testRunner) {
var target = document.getElementById('target');
- if (!internals.pauseTransitionAtTimeOnElement("-webkit-transform", 2.0, target))
- throw("Transition is not running");
+ internals.pauseAnimations(2);
checkResults();
testRunner.notifyDone();
« no previous file with comments | « LayoutTests/transitions/transition-hit-test.html ('k') | Source/core/page/animation/AnimationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698