Chromium Code Reviews
DescriptionFix crash in keyframe-effect/getComputedTiming tests
The keyframe-effect/getComputedTiming-{progress,currentIteration}.html
W3C tests caused an assertion failure in animations with a non-zero
value for iterationStart and a duration value of Infinity. The timing
calculations in the spec that we were following need to be reworked
(see https://github.com/w3c/web-animations/issues/142) but in the
meantime this patch adds a workaround for infinite duration animations
that avoids the assertion (caused by trying to calculate inf/inf).
BUG=600248
Committed: https://crrev.com/ebd2f53756915bbb24eb7230c2fdfa6b8fd0c86a
Cr-Commit-Position: refs/heads/master@{#388386}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Response to review #Patch Set 3 : Add related workaround for compositor animations #Patch Set 4 : Convert test to ref test #Messages
Total messages: 34 (11 generated)
|