[wpt-sync] Sync PR 42031 - [DL] Ensure grid placement data is dirty.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42031 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42031
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[DL] Ensure grid placement data is dirty.
After:
https://chromium-review.googlesource.com/c/chromium/src/+/4859555We started to return nullptr from NGBlockNode::FirstChild. This works
but grid has an additional placement cache which depends on if we
have a first child or not.Invalidate the placement cache when the display lock context marks
a node for layout.Bug: 1482765, 1482771
Change-Id: I3a47a192f938c4c14b3c2d1a868d78e30765c3db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4875138
Reviewed-by: Morten Stenshorne \<mstensho@chromium.org>
Reviewed-by: Alison Maher \<almaher@microsoft.com>
Commit-Queue: Ian Kilpatrick \<ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1198308}
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
PASS
: 1
Links
Comment 4•2 years ago
|
||
bugherder |
Description
•