| Index: LayoutTests/transitions/resources/transition-test-helpers.js
|
| diff --git a/LayoutTests/transitions/resources/transition-test-helpers.js b/LayoutTests/transitions/resources/transition-test-helpers.js
|
| index 793460e5894560e55090f4382cb335c31ff6f30c..6ad2f197cb403ec7b689a9b056bf39a5d2654462 100644
|
| --- a/LayoutTests/transitions/resources/transition-test-helpers.js
|
| +++ b/LayoutTests/transitions/resources/transition-test-helpers.js
|
| @@ -236,8 +236,7 @@ function runTest(expected, usePauseAPI)
|
| if (hasPauseTransitionAPI && usePauseAPI) {
|
| if (tryToPauseTransition) {
|
| var element = document.getElementById(elementId);
|
| - if (!internals.pauseTransitionAtTimeOnElement(property, time, element))
|
| - window.console.log("Failed to pause '" + property + "' transition on element '" + elementId + "'");
|
| + internals.pauseAnimations(time);
|
| }
|
| checkExpectedValue(expected, i);
|
| } else {
|
|
|