Index: LayoutTests/animations/transition-and-animation-3.html |
diff --git a/LayoutTests/animations/transition-and-animation-3.html b/LayoutTests/animations/transition-and-animation-3.html |
index 6a19c961fb4172fb1f3f1133889c6d7821cbf30f..7920da1d3b20b3a1f549f23eb97d4c723cd390e8 100644 |
--- a/LayoutTests/animations/transition-and-animation-3.html |
+++ b/LayoutTests/animations/transition-and-animation-3.html |
@@ -54,7 +54,7 @@ |
function setupTest() |
{ |
document.getElementById('test').className = 'animating box'; |
- runAnimationTest(expectedValues, animationStarted); |
+ runAnimationTest(expectedValues, animationStarted, undefined, 'do-not-use-pause-api'); |
} |
window.addEventListener('load', function() { |