[wpt-sync] Sync PR 43380 - Properly resume content pushed by interleaved float.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43380 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43380
Details from upstream follow.
Morten Stenshorne <mstensho@chromium.org> wrote:
Properly resume content pushed by interleaved float.
A float may be interleaved by other content, if a break is inserted
before the block-end padding/border of the float. Then there may be room
available to other content below the content-box of the float in one
fragmentainer. If the remaining part of the float (i.e. the block-end
padding/border) in the next fragmentainer is too tall for the other
content to resume there, we might not make any progress at all there. In
such cases we need to repropagate any incoming child break tokens that
we didn't get to handle and retry in a fragmentainer further ahead.Bug: 1505182
Change-Id: I7a385ab239d3656c136b8fcd23109d1fac648de8
Reviewed-on: https://chromium-review.googlesource.com/5063008
WPT-Export-Revision: 1d121816b38da6b00f344a612d4ba00f6f728fd5
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•10 months ago
|
||
Assignee | ||
Comment 2•10 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
FAIL
: 1
Safari
FAIL
: 1
Links
Comment 4•10 months ago
|
||
bugherder |
Description
•