Files
servo/components/layout/flexbox
Luke Warlow 0da3103a55 layout: Properly propagate baselines of flex items that do not participate in baseline alignment (#42038)
Fix baseline propagation from flex containers

Flex item layout previously conflated baselines that got propagated and
baseline alignment within flex.

Testing: Before and after layout of the manual test cases.


[test.html](https://github.com/user-attachments/files/24796669/test.html)
(from original issue)

<img width="645" height="464" alt="image"
src="https://github.com/user-attachments/assets/57ef6fe7-963c-44b7-96ef-6c81132c9b96"
/>


[test2.html](https://github.com/user-attachments/files/24796679/test2.html)
(from Oriol's comment)

<img width="164" height="299" alt="image"
src="https://github.com/user-attachments/assets/54dc8cf6-8b0c-4077-8eca-fd18b11f2584"
/>


Fixes: #41905

---------

Signed-off-by: Luke Warlow <lwarlow@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2026-01-28 16:36:42 +00:00
..