| Summary: | [web-animations] web-animations/interfaces/Animatable/animate-no-browsing-context.html is a unique failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dino, graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar, WPTImpact |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=186509 | ||
|
Description
Antoine Quint
2018-06-11 04:37:51 PDT
This still happens, but it's expected as we do not fully support mutable timelines, much like other browsers at this point (there is a feature flag for this). We have support for mutable timelines now, but we still fail the "Replacing the timeline of an animation targetting an element in a document without a browsing context leaves it in the pending state" test because we don't have any logic that checks an element can actually be rendered to resolve its ready promise. Pull request: https://github.com/WebKit/WebKit/pull/9872 Committed 260101@main (87f47a6461e3): <https://commits.webkit.org/260101@main> Reviewed commits have been landed. Closing PR #9872 and removing active labels. |