summaryrefslogtreecommitdiff
path: root/Tests/LibWeb/Layout/expected/flex
AgeCommit message (Expand)Author
2023-05-10LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratioAndreas Kling
2023-05-10LibWeb: Adjust flex item main size through aspect ratio if neededAndreas Kling
2023-05-09LibWeb: Initial offset in reverse flex layout moved to opposite sideEmil Militzer
2023-05-08LibWeb: Stop changing width of block-level flex containers during layoutAndreas Kling
2023-05-03LibWeb: Implement the "The html element fills the viewport quirk"Andreas Kling
2023-05-03LibWeb: Show formatting context roots in layout tree dumpsAndreas Kling
2023-04-27LibWeb: Fix bug where `box-sizing: border-box` made flex items too smallAndreas Kling
2023-04-18LibWeb: Treat unresolvable percentage flex-basis values as 'content'Andreas Kling
2023-04-17LibWeb: Honor box-sizing in flex item "specified size suggestion"Andreas Kling
2023-04-16LibWeb: Fix multi-line flex column layouts with auto height on containerAndreas Kling
2023-04-16LibWeb: Honor gap between flex lines when using align-content: stretchAndreas Kling
2023-04-14LibWeb: Honor column-gap and row-gap CSS properties in flex layoutAndreas Kling