[wpt-sync] Sync PR 40597 - Revert "View timeline: Handle offscreen stickiness."
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox116 fixed)
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40597 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40597
Details from upstream follow.
Reilly Grant <reillyg@chromium.org> wrote:
Revert "View timeline: Handle offscreen stickiness."
This reverts commit 8164954aefce51cc59f95da80c0acce888a1bc0b.
Reason for revert: Causing flaky failures, e.g. https://ci.chromium.org/ui/p/chromium/builders/ci/mac11-arm64-rel-tests/20525/overview.
Original change's description:
View timeline: Handle offscreen stickiness.
A view timeline subject inside a position:sticky box can get "stuck"
from any of the four CSS offset properties (left, top, right, bottom)
during any of the named view-timeline ranges (entry, contain, exit) or
even while it is entirely outside the viewport.ViewTimeline::CalculateOffsets previously assumed that stickiness occurred only when the subject was fully contained by the viewport.
This change implements the more general solution.Bug: 1448294
Change-Id: I842552b3a30078587eff6287e4ee11396d13ed95
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4616159
Reviewed-by: Kevin Ellis \<kevers@chromium.org>
Commit-Queue: Steve Kobes \<skobes@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158852}Bug: 1448294
Change-Id: I6d0bcfae16ee2265a2a1a442a646452ea89341e8
No-Presubmit: true
No-Tree-Checks: true
No-Try: trueReviewed-on: https://chromium-review.googlesource.com/4621249
WPT-Export-Revision: 4f12affd5d621b02ea751725a34b168dd542a63f
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 6•2 years ago
|
||
Comment 7•2 years ago
|
||
bugherder |
Description
•