mirror of
https://github.com/servo/servo
synced 2026-05-11 01:22:19 +02:00
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>