Files
servo/components/layout/flexbox
Martin Robinson 7372cb7076 layout: Ensure that anonymous flex items are properly stored in a BoxSlot (#41951)
When a flex container has text children, those children are wrapped in
an anonymous box and used as flex items. These anonymous boxes must be
stored into `BoxSlot`s so that their style is repairable during
incremental layout.

Testing: This change includes a new WPT test.
Fixes: #41947.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2026-01-16 16:53:12 +00:00
..