Index: LayoutTests/animations/animation-hit-test.html |
diff --git a/LayoutTests/animations/animation-hit-test.html b/LayoutTests/animations/animation-hit-test.html |
index 5410b3f7e585ba73753c500765b06849d4edaafe..8aa99de226deec06b64ade55c8f26ae47022e443 100644 |
--- a/LayoutTests/animations/animation-hit-test.html |
+++ b/LayoutTests/animations/animation-hit-test.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(); |