Bug 187341 - [Web Animations] The ready promise should initially be resolved
Summary: [Web Animations] The ready promise should initially be resolved
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-07-05 05:27 PDT by Antoine Quint
Modified: 2018-07-05 08:07 PDT (History)
2 users (show)

See Also:


Attachments
Patch (6.44 KB, patch)
2018-07-05 05:31 PDT, Antoine Quint
no flags 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-07-05 05:27:09 PDT
[Web Animations] The ready promise should initially be resolved
Comment 1 Radar WebKit Bug Importer 2018-07-05 05:27:57 PDT
<rdar://problem/41844711>
Comment 2 Antoine Quint 2018-07-05 05:28:44 PDT
The reason why we fail to pass both timing-model/animations/current-time.html (webkit.org/b/186505) and timing-model/animations/set-the-animation-start-time.html (webkit.org/b/186506) is because it's initially pending.
Comment 3 Antoine Quint 2018-07-05 05:31:15 PDT
Created attachment 344322 [details]
Patch
Comment 4 Antoine Quint 2018-07-05 07:56:20 PDT
Committed r233519: <https://trac.webkit.org/changeset/233519>