1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 20:47:43 +00:00
serenity/Tests/LibWeb/Layout
martinfalisse c987c934d0 LibWeb: Fix grid size when intrinsically sized
This fixes a bug that was seen when a combination of the grid having
been floated with `float: left` and a `minmax()` column size were used.

The issue was that a grid track size should be considered intrinsically
sized if both the min and max sizes are intrinsic, not just one of them.
2023-04-24 07:55:40 +02:00
..
expected LibWeb: Fix grid size when intrinsically sized 2023-04-24 07:55:40 +02:00
input LibWeb: Fix grid size when intrinsically sized 2023-04-24 07:55:40 +02:00
layout_test.sh Tests/LibWeb: Time limit layout tests 2023-04-21 11:00:21 +01:00