Index: LayoutTests/fast/css-generated-content/pseudo-animation.html |
diff --git a/LayoutTests/fast/css-generated-content/pseudo-animation.html b/LayoutTests/fast/css-generated-content/pseudo-animation.html |
index 9cf3ef972ae6ecf5559571c404e809a0fd2839db..1bfeb1e63bef27b48823d5b60db51de451375faa 100644 |
--- a/LayoutTests/fast/css-generated-content/pseudo-animation.html |
+++ b/LayoutTests/fast/css-generated-content/pseudo-animation.html |
@@ -85,11 +85,11 @@ function testAnimation(id) |
window.div = div; |
shouldBe('div.offsetWidth', '52'); |
if (window.internals) { |
- internals.pauseAnimationAtTimeOnPseudoElement('example', 1.0, div, id); |
+ internals.pauseAnimations(1); |
shouldBeCloseTo('div.offsetWidth', 20, 1); |
computedTop = getPseudoComputedTop(id); |
shouldBeCloseTo('computedTop', 170, 1); |
- internals.pauseAnimationAtTimeOnPseudoElement('example', 2.0, div, id); |
+ internals.pauseAnimations(2); |
shouldBeCloseTo('div.offsetWidth', 12, 1); |
computedTop = getPseudoComputedTop(id); |
shouldBeCloseTo('computedTop', 200, 1); |