mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
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>