[wpt-sync] Sync PR 39884 - [css-flex] Fix broken spine
Categories
(Core :: Layout: Flexbox, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39884 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39884
Details from upstream follow.
David Grogan <dgrogan@chromium.org> wrote:
[css-flex] Fix broken spine
Flex was laying out a node in a MinMaxSizes pass after a layout had
already been done. This requires a NGDisableSideEffectsScope to prevent
LayoutObjects and fragments from getting out of sync.This patch adds the NGDisableSideEffectsScope.
Fixed: 1440908
Change-Id: I34dfcc93f99d100c3bec5d03c2b90944ea37a8f8
Reviewed-on: https://chromium-review.googlesource.com/4510548
WPT-Export-Revision: 9d14f7f3b17ffd3391a12c0ea747ba8866552039
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
| Assignee | ||
Comment 5•2 years ago
|
||
Comment 7•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/8a394cd2d913
https://hg.mozilla.org/mozilla-central/rev/4e1268af2d19
Description
•