[wpt-sync] Sync PR 39525 - Pre-paint: Match OOF layout behavior inside clipped containers.
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39525 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39525
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Pre-paint: Match OOF layout behavior inside clipped containers.
An OOF fragment is normally a direct child of a fragmentainer - unless
it's inside something monolithic. However, we need to check if this is
something truly monolithic, and not just a fragment that was set as
monolithic because we reached the end of a clipped container; see
NGConstrinatSpace::DisableFurtherFragmentation().Otherwise we'd end up in PrePaintTreeWalk::WalkMissedChildren()
needlessly, and ignore any clipping.Bug: 1432946
Change-Id: I24fc774f40bf337419f7e6ec336101e00a856f8a
Reviewed-on: https://chromium-review.googlesource.com/4422851
WPT-Export-Revision: bf05d47b747d72aaf45f6cae196a1e05339d1f70
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests
Status Summary
Firefox
PASS: 3
Chrome
FAIL: 3
Safari
PASS: 3
Links
Comment 4•3 years ago
|
||
| bugherder | ||
Description
•