Bug 187341

Summary: [Web Animations] The ready promise should initially be resolved
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=186505
https://bugs.webkit.org/show_bug.cgi?id=186506
Attachments:
Description Flags
Patch none

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>