1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-04 23:57:35 +00:00
serenity/Tests/LibWeb/Layout/expected/flex
Andreas Kling e7f5b5a2f3 LibWeb: Fix multi-line flex column layouts with auto height on container
When sizing a flex container with flex-direction:column under a
max-content height constraint, we were incorrectly truncating the
infinite available height to 0 when collecting flex items into lines.

This caused us to put every flex item in its own flex line, which is the
complete opposite of what we want during max-content intrinsic sizing,
as the layout would grow wide but not tall.
2023-04-16 21:45:15 +02:00
..
flex-gap-between-items-and-lines.txt LibWeb: Honor column-gap and row-gap CSS properties in flex layout 2023-04-14 13:22:07 +02:00
multi-line-column-container-with-automatic-height.txt LibWeb: Fix multi-line flex column layouts with auto height on container 2023-04-16 21:45:15 +02:00
stretch-alignment-with-cross-gap.txt LibWeb: Honor gap between flex lines when using align-content: stretch 2023-04-16 20:52:32 +02:00