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

Unified Diff: LayoutTests/animations/animation-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/animations/animation-hit-test.html ('k') | LayoutTests/animations/animation-internals-api.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/animation-hit-test-transform.html
diff --git a/LayoutTests/animations/animation-hit-test-transform.html b/LayoutTests/animations/animation-hit-test-transform.html
index 8c08e768347e310da20730ace76b7e26ba51e278..9a831d441334b966d48249e24645fecb49ad60aa 100644
--- a/LayoutTests/animations/animation-hit-test-transform.html
+++ b/LayoutTests/animations/animation-hit-test-transform.html
@@ -54,9 +54,7 @@
function doTest()
{
if (window.testRunner) {
- var target = document.getElementById("target");
- if (!internals.pauseAnimationAtTimeOnElement("anim", 2.0, target))
- throw("Transition is not running");
+ internals.pauseAnimations(2);
checkResults();
testRunner.notifyDone();
« no previous file with comments | « LayoutTests/animations/animation-hit-test.html ('k') | LayoutTests/animations/animation-internals-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698