Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animation-effects/active-time.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animation-effects/active-time.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animation-effects/active-time.html |
index bdaad08edd4419298edb0ac41e6cb5e334937bb5..37b7f8abae24dcb9befbbb0c80357e045fa18686 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animation-effects/active-time.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animation-effects/active-time.html |
@@ -100,7 +100,7 @@ |
var anim = createDiv(t).animate(null, { duration: 1000, |
iterations: 2.3, |
delay: 500, |
- endDelay: -2500, |
+ endDelay: -3000, |
fill: 'forwards' }); |
anim.finish(); |
assert_equals(anim.effect.getComputedTiming().currentIteration, 0); |