1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 17:50:59 +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
auto-fit.html
basic.html
borders.html LibWeb: Add borders functionality to CSS Grid 2023-04-02 19:08:04 +02:00
different-column-sizes.html
gap.html
image-in-grid.html
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
minmax.html
named-tracks.html
positions-and-spans.html
repeat.html
row-height.html LibWeb: Fix regression in definite grid row heights 2023-04-02 19:08:04 +02:00
template-areas.html