Index: LayoutTests/css3/calc/transitions-dependent.html |
diff --git a/LayoutTests/css3/calc/transitions-dependent.html b/LayoutTests/css3/calc/transitions-dependent.html |
index 6f4e5441d994f70ad5a32bdf3b58c7c8a7c11b77..ef70a8b24aa78d81108db510b0615adc450840ec 100644 |
--- a/LayoutTests/css3/calc/transitions-dependent.html |
+++ b/LayoutTests/css3/calc/transitions-dependent.html |
@@ -74,8 +74,7 @@ function runTest(expected) |
var expectedValue = expected[i][3]; |
var dependsOn = expected[i][4]; |
if (window.internals) { |
- internals.pauseTransitionAtTimeOnElement(property, time, document.getElementById(dependsOn)); |
- internals.pauseTransitionAtTimeOnElement(property, time, document.getElementById(elementId)); |
+ internals.pauseAnimations(time); |
var actual = window.getComputedStyle(document.getElementById(elementId)).getPropertyCSSValue(property).getFloatValue(CSSPrimitiveValue.CSS_NUMBER); |
var result = document.getElementById("result"); |
if (actual == expectedValue) |