1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 04:18:14 +00:00
serenity/Tests/LibWeb/Layout
Aliaksandr Kalenik de970c2dce LibWeb: Resolve grid items preferred width in GFC
Previously, the width and height of grid items were set to match the
size of the grid area they belonged to. With this change, if a grid
item has preferred width or height specified to not "auto" value it
will be resolved using grid area as containing block and used instead.
2023-05-11 18:37:06 +02:00
..
expected LibWeb: Resolve grid items preferred width in GFC 2023-05-11 18:37:06 +02:00
input LibWeb: Resolve grid items preferred width in GFC 2023-05-11 18:37:06 +02:00
layout_test.sh LibWeb: Align GridFormattingContext::run_track_sizing() with the spec 2023-05-09 06:37:30 +02:00