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

Unified Diff: LayoutTests/transitions/transition-hit-test.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/transition-hit-test.html
diff --git a/LayoutTests/transitions/transition-hit-test.html b/LayoutTests/transitions/transition-hit-test.html
index 897a5198fc8d91b37786d9683151434441efa39a..2a998396b9ae0f8b33a6802480e93f92d5487c6a 100644
--- a/LayoutTests/transitions/transition-hit-test.html
+++ b/LayoutTests/transitions/transition-hit-test.html
@@ -47,8 +47,7 @@
{
if (window.testRunner) {
var target = document.getElementById('target');
- if (!internals.pauseTransitionAtTimeOnElement("left", 2.0, target))
- throw("Transition is not running");
+ internals.pauseAnimations(2);
checkResults();
testRunner.notifyDone();
« no previous file with comments | « LayoutTests/transitions/transition-drt-api-expected.txt ('k') | LayoutTests/transitions/transition-hit-test-transform.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698