1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:57:42 +00:00
serenity/Tests/LibWeb/Layout/input/grid
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
..
auto-fill.html LibWeb: Add display grid automated tests 2023-04-01 21:45:29 +02:00
auto-fit.html LibWeb: Add display grid automated tests 2023-04-01 21:45:29 +02:00
basic.html LibWeb: Add display grid automated tests 2023-04-01 21:45:29 +02:00
borders.html LibWeb: Add borders functionality to CSS Grid 2023-04-02 19:08:04 +02:00
different-column-sizes.html LibWeb: Add display grid automated tests 2023-04-01 21:45:29 +02:00
gap.html LibWeb: Add display grid automated tests 2023-04-01 21:45:29 +02:00
image-in-grid.html LibWeb: Add display grid automated tests 2023-04-01 21:45:29 +02:00
intrinsic-sized-column.html LibWeb: Fix grid size when intrinsically sized 2023-04-24 07:55:40 +02:00
intrinsic-sized-grid.html LibWeb: Fix grid size when intrinsically sized 2023-04-24 07:55:40 +02:00
min-max-content.html LibWeb: Add display grid automated tests 2023-04-01 21:45:29 +02:00
minmax.html LibWeb: Add display grid automated tests 2023-04-01 21:45:29 +02:00
named-tracks.html LibWeb: Add display grid automated tests 2023-04-01 21:45:29 +02:00
positions-and-spans.html LibWeb: Add display grid automated tests 2023-04-01 21:45:29 +02:00
repeat.html LibWeb: Add display grid automated tests 2023-04-01 21:45:29 +02:00
row-height.html LibWeb: Fix regression in definite grid row heights 2023-04-02 19:08:04 +02:00
template-areas.html LibWeb: Add display grid automated tests 2023-04-01 21:45:29 +02:00