[wpt-sync] Sync PR 32944 - Miss the cache on nested multicol with OOF.
Categories
(Core :: Layout: Columns, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32944 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32944
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Miss the cache on nested multicol with OOF.
We handle OOFs that are contained by a multicol in a nested
fragmentation context in a special way: We'll lay them out when we have
returned to the outermost fragmentation context root (that's when we
know how many inner fragmentainers we've got). If we both do this, and
hit the cache, and thus keep and re-use the old OOF fragments along with
the rest, we'll end up with extraneous fragments when we return to the
outermost fragmentation context root and add fragments for them there as
well.Bug: 1296900
Change-Id: I78193353092529e3bd11d58785afa8e4d1f19ebb
Reviewed-on: https://chromium-review.googlesource.com/3481336
WPT-Export-Revision: 0f3909703eb60666c4af76d6cdffd7aa56e24742
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
| Assignee | ||
Comment 4•3 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
PASS: 1
Chrome
PASS: 1
Safari
PASS: 1
Links
Comment 6•3 years ago
|
||
| bugherder | ||
Description
•