Closed
Bug 1642359
Opened 5 years ago
Closed 1 year ago
[wpt-sync] Sync PR 23892 - Fixed Animation::HasPendingActivity for scroll-linked animations.
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23892 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23892
Details from upstream follow.
Olga Gerchikov <gerchiko@microsoft.com> wrote:
Fixed Animation::HasPendingActivity for scroll-linked animations.
Finished scroll animations should be reported as having pending activity
so they are not collected by GC.Modified Animation::HasPendingActivity to return true if it's a scroll
animation and the timeline has a scroller.Bug: 1079296
Change-Id: I77776c1681c4ff625d07767cdb9b245e0be0e70eReviewed-on: https://chromium-review.googlesource.com/2223998
WPT-Export-Revision: 96adf68a4963d8e6266ea6f4f673058d1aa45f46
Assignee | ||
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•