1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Tests/LibWeb/Layout
Andreas Kling f3556f239e LibWeb: Don't touch flex items after they we've been frozen
When using the flex shrink factor, the flexible length resolution
algorithm was incorrectly ignoring the `frozen` flag on items and would
update the same items again, causing overconsumption of the remaining
free space on the flex line.
2023-03-11 11:52:19 +01:00
..
expected LibWeb: Don't touch flex items after they we've been frozen 2023-03-11 11:52:19 +01:00
input LibWeb: Don't touch flex items after they we've been frozen 2023-03-11 11:52:19 +01:00
layout_test.sh LibWeb: Show layout test failure diffs in unified format (diff -u) 2023-03-10 13:38:34 +01:00