1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:08:11 +00:00
serenity/Tests/LibWeb/Layout
Andreas Kling aa245f9f18 LibWeb: Fix reverse flex layout with justify-content: normal
Before this change, we used the wrong insertion point for flex items
in reverse layouts with `justify-content: normal`. This caused flex
items to overflow the flex containers "backwards" from the start edge.
2024-01-08 14:42:19 +01:00
..
expected LibWeb: Fix reverse flex layout with justify-content: normal 2024-01-08 14:42:19 +01:00
input LibWeb: Fix reverse flex layout with justify-content: normal 2024-01-08 14:42:19 +01:00