Bug 310874
| Summary: | [threaded-animations] REGRESSION: animating to an implicit value for individual transform properties fails to animate | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://github.com/web-platform-tests/wpt/pull/58819 | ||
Antoine Quint
A simple test such as this one:
document.body.appendChild(document.createElement("div")).animate({ offset: 0, "translate": "0px 120px", opacity: 0 }, 1000);
… crashes the UI process :( This used to work fine prior to threaded animations.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/173487467>
Antoine Quint
Sorry, not a crash, just a behavior failure.
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/61481
Antoine Quint
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/58819
EWS
Committed 310146@main (8f4c548a8aaf): <https://commits.webkit.org/310146@main>
Reviewed commits have been landed. Closing PR #61481 and removing active labels.
EWS
Committed 305413.600@safari-7624-branch (e79e52d7afae): <https://commits.webkit.org/305413.600@safari-7624-branch>
Reviewed commits have been landed. Closing PR #4853 and removing active labels.