[wpt-sync] Sync PR 40174 - [anchor-position] Set NeedsPaintPropertyUpdate in anchor-scroll layout invalidation
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40174 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40174
Details from upstream follow.
Xiaocheng Hu <xiaochengh@chromium.org> wrote:
[anchor-position] Set NeedsPaintPropertyUpdate in anchor-scroll layout invalidation
There are some cases where AnchorScrollData invalidates layout but the
relayout is a no-op and doesn't set NeedsPaintPropertyUpdate, without
which the target element's translation offset won't be updated.So this patch adds SetNeedsPaintPropertyUpdate to anchor-scroll's
layout invalidation.Fixed: 1439178
Change-Id: I24013308c27fe67107528917b7d008f4352aa7e7
Reviewed-on: https://chromium-review.googlesource.com/4556321
WPT-Export-Revision: 15413b13f07656833a8799ffe1323a26de825553
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 1•1 years ago
|
||
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 2•1 years ago
|
||
Assignee | ||
Comment 3•1 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
FAIL
: 1
Chrome
PASS
: 1
Safari
FAIL
: 1
Links
Details
New Tests That Don't Pass
- /css/css-anchor-position/anchor-scroll-update-007.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:FAIL
)
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2fd57eb37f5a
https://hg.mozilla.org/mozilla-central/rev/21aa59308bae
Description
•