1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:37:34 +00:00
serenity/Tests/LibWeb/Layout
Aliaksandr Kalenik 644e4f4c99 LibWeb: Implement grid container intrinsic sizes calculation
When a width/height constraint is applied to GFC it should set its own
width/height to the sum of track sizes according to the spec.

Changes in layout tests are improvement over what we had before.
2023-05-13 12:53:25 +02:00
..
expected LibWeb: Implement grid container intrinsic sizes calculation 2023-05-13 12:53:25 +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