1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 12:10:59 +00:00
serenity/Tests/LibWeb/Layout/input/grid
Aliaksandr Kalenik fb6b52b3fb LibWeb: Align GridFormattingContext::run_track_sizing() with the spec
1. Stop using -1 to indicate infinity value of growth limit. Just use
   INFINITY for that.
2. More complete implementation of "Expand Flexible Tracks" step.
3. Return AvailableSize from get_free_space: spec says that this
   function can return indefinite size and it is ok.
2023-05-09 06:37:30 +02:00
..
auto-fill.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
auto-fit.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
basic.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
borders.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
different-column-sizes.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
grid-gap-1.html Tests/LibWeb: Split input/grid/gap.html into smaller tests 2023-05-09 06:37:30 +02:00
grid-gap-2.html Tests/LibWeb: Split input/grid/gap.html into smaller tests 2023-05-09 06:37:30 +02:00
grid-gap-3.html Tests/LibWeb: Split input/grid/gap.html into smaller tests 2023-05-09 06:37:30 +02:00
grid-template-areas-basics.html Tests/LibWeb: Split input/grid/template-areas.html into smaller tests 2023-05-09 06:37:30 +02:00
grid-template.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
image-in-grid.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
intrinsic-sized-column.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
intrinsic-sized-grid.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
min-max-content.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
minmax-1.html Tests/LibWeb: Split input/grid/minmax.html into smaller tests 2023-05-09 06:37:30 +02:00
minmax-2.html LibWeb: Align GridFormattingContext::run_track_sizing() with the spec 2023-05-09 06:37:30 +02:00
minmax-3.html Tests/LibWeb: Split input/grid/minmax.html into smaller tests 2023-05-09 06:37:30 +02:00
minmax-invalid-1.html Tests/LibWeb: Split input/grid/minmax.html into smaller tests 2023-05-09 06:37:30 +02:00
named-tracks.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
positions-and-spans.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
repeat.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
row-height.html LibWeb: Use layout-test-mode for layout tests 2023-05-08 14:47:52 +02:00
template-lines-and-areas.html Tests/LibWeb: Split input/grid/template-areas.html into smaller tests 2023-05-09 06:37:30 +02:00
valid-grid-areas-1.html Tests/LibWeb: Split input/grid/template-areas.html into smaller tests 2023-05-09 06:37:30 +02:00