1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:08:12 +00:00
serenity/Tests/LibWeb/Layout/expected/flex
Andreas Kling c710575f88 LibWeb: Honor box-sizing in flex item "specified size suggestion"
Although the spec doesn't mention it, if a flex item has box-sizing:
border-box, and the specified size suggestion is a definite size, we
have to subtract the borders and padding from the size before using it.

This fixes an issue seen in "This Week in Ladybird #4" where the
screenshots ended up in one long vertical stack instead of paired up
2 by 2.
2023-04-17 18:22:53 +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
specified-size-suggestion-with-box-sizing-border-box.txt LibWeb: Honor box-sizing in flex item "specified size suggestion" 2023-04-17 18:22:53 +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