Bug 184639 - [Web Animations] Animations do not naturally get a finish event
Summary: [Web Animations] Animations do not naturally get a finish event
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-04-15 14:40 PDT by Antoine Quint
Modified: 2018-04-15 22:38 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.78 KB, patch)
2018-04-15 14:46 PDT, Antoine Quint
jonlee: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2018-04-15 14:40:26 PDT
[Web Animations] Animations do not naturally get a finish event
Comment 1 Antoine Quint 2018-04-15 14:41:58 PDT
If an animation is started and plays naturally, without being programatically seeked, to its end time, it does not get a "finish" event, nor does its finished promise get fulfilled.
Comment 2 Antoine Quint 2018-04-15 14:42:09 PDT
<rdar://problem/39397649>
Comment 3 Antoine Quint 2018-04-15 14:46:13 PDT
Created attachment 337978 [details]
Patch
Comment 4 Jon Lee 2018-04-15 15:28:19 PDT
Comment on attachment 337978 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=337978&action=review

> LayoutTests/imported/w3c/ChangeLog:11
> +        * web-platform-tests/web-animations/timing-model/animations/updating-the-finished-state-expected.txt:

Nice.
Comment 5 Jon Lee 2018-04-15 15:35:18 PDT
Comment on attachment 337978 [details]
Patch

r+ assuming green bots.
Comment 6 Antoine Quint 2018-04-15 22:38:08 PDT
Committed r230665: <https://trac.webkit.org/changeset/230665>