[wpt-sync] Sync PR 33885 - [LayoutNG] Floats and RelayoutWithoutFragmentation()
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33885 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33885
Details from upstream follow.
Alison Maher <almaher@microsoft.com> wrote:
[LayoutNG] Floats and RelayoutWithoutFragmentation()
When we relayout without fragmentation (CL:2843465), any float
children will end up calling into LayoutFloatWithoutFragmentation().
However, if the float had broken previously, we should still pass
in its previous break token to Layout(). Otherwise, we could end
up with incorrect layout results.Bug: 1320509
Change-Id: Ib0f9cd46144dbaa66d3f12f51ca2da188fada720
Reviewed-on: https://chromium-review.googlesource.com/3617643
WPT-Export-Revision: c8fcd912267d1e9e2bb55258c509c3588a0dc2bc
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
CRASH
: 1
Description
•