1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-30 19:52:44 +00:00
serenity/Tests/LibWeb/Layout/expected/grid
Aliaksandr Kalenik 193290b19a LibWeb: Support grid-auto-columns and grid-auto-rows properties in GFC
Implements assignment of sizes specified in grid-auto-columns/rows for
implicitly created tracks.
2023-05-22 06:05:19 +02:00
..
auto-fill.txt LibWeb: Use grid item used width as available width during track sizing 2023-05-18 18:06:05 +02:00
auto-fit.txt LibWeb: Use grid item used width as available width during track sizing 2023-05-18 18:06:05 +02:00
auto-track-sizes.txt LibWeb: Support grid-auto-columns and grid-auto-rows properties in GFC 2023-05-22 06:05:19 +02:00
basic-2.txt LibWeb: Implement more of "Resolve Intrinsic Track Sizes" in GFC 2023-05-10 05:52:47 +02:00
basic.txt LibWeb: Align GridFormattingContext::run_track_sizing() with the spec 2023-05-09 06:37:30 +02:00
borders.txt LibWeb: Use grid item used width as available width during track sizing 2023-05-18 18:06:05 +02:00
calc-track-size.txt LibWeb: Parse calc() function in grid sizes 2023-05-11 18:36:56 +02:00
column-1fr-1fr.txt LibWeb: Use auto minimimum size while resolving flexible tracks in GFC 2023-05-17 07:48:38 +02:00
column-auto-auto.txt LibWeb: Skip non-spanning items sizing if there are no such items 2023-05-17 07:48:38 +02:00
different-column-sizes.txt LibWeb: Implement the "The html element fills the viewport quirk" 2023-05-03 20:44:30 +02:00
float-container-columns-1fr-1fr.txt LibWeb: Implement more of "Expand Flexible Tracks" in GFC 2023-05-17 07:48:38 +02:00
grid-gap-1.txt LibWeb: Align GridFormattingContext::run_track_sizing() with the spec 2023-05-09 06:37:30 +02:00
grid-gap-2.txt LibWeb: Use grid item used width as available width during track sizing 2023-05-18 18:06:05 +02:00
grid-gap-3.txt Tests/LibWeb: Split input/grid/gap.html into smaller tests 2023-05-09 06:37:30 +02:00
grid-item-fixed-paddings.txt LibWeb: Resolve grid item fixed size paddings in GFC 2023-05-19 06:12:05 +02:00
grid-item-fixed-size.txt LibWeb: Resolve grid items preferred width in GFC 2023-05-11 18:37:06 +02:00
grid-item-min-size.txt LibWeb: Flesh out basic support of min-width/height for grid items 2023-05-13 18:43:34 +02:00
grid-item-percentage-width-2.txt LibWeb: Use grid item used width as available width during track sizing 2023-05-18 18:06:05 +02:00
grid-item-percentage-width.txt LibWeb: Resolve grid items preferred width in GFC 2023-05-11 18:37:06 +02:00
grid-template-areas-basics.txt Tests/LibWeb: Split input/grid/template-areas.html into smaller tests 2023-05-09 06:37:30 +02:00
grid-template.txt LibWeb: Implement the "The html element fills the viewport quirk" 2023-05-03 20:44:30 +02:00
image-in-grid.txt LibWeb: Remove dead code in resolve_intrinsic_track_sizes() in GFC 2023-05-14 13:45:29 +02:00
intrinsic-sized-column.txt LibWeb: Remove borders from TemporaryTrack in GFC 2023-05-17 09:11:29 +02:00
intrinsic-sized-grid-2.txt LibWeb: Remove borders from TemporaryTrack in GFC 2023-05-17 09:11:29 +02:00
intrinsic-sized-grid.txt LibWeb: Implement grid container intrinsic sizes calculation 2023-05-13 12:53:25 +02:00
item-column-span-2.txt LibWeb: Consider span > 1 while getting available space for items in GFC 2023-05-17 15:55:14 +02:00
min-max-content.txt LibWeb: Implement the "The html element fills the viewport quirk" 2023-05-03 20:44:30 +02:00
minmax-1.txt Tests/LibWeb: Split input/grid/minmax.html into smaller tests 2023-05-09 06:37:30 +02:00
minmax-2.txt LibWeb: Align GridFormattingContext::run_track_sizing() with the spec 2023-05-09 06:37:30 +02:00
minmax-3.txt Tests/LibWeb: Split input/grid/minmax.html into smaller tests 2023-05-09 06:37:30 +02:00
minmax-invalid-1.txt Tests/LibWeb: Split input/grid/minmax.html into smaller tests 2023-05-09 06:37:30 +02:00
named-tracks.txt LibWeb: Use grid item used width as available width during track sizing 2023-05-18 18:06:05 +02:00
positions-and-spans.txt LibWeb: Use grid item used width as available width during track sizing 2023-05-18 18:06:05 +02:00
repeat.txt LibWeb: Implement the "The html element fills the viewport quirk" 2023-05-03 20:44:30 +02:00
row-height.txt LibWeb: Align GridFormattingContext::run_track_sizing() with the spec 2023-05-09 06:37:30 +02:00
row-span-2-maxcontent.txt LibWeb: Implement more of spanning tracks sizing in GFC 2023-05-21 11:59:19 +02:00
row-span-2-mincontent.txt LibWeb: Implement more of spanning tracks sizing in GFC 2023-05-21 11:59:19 +02:00
row-span-2.txt LibWeb: Use grid item used width as available width during track sizing 2023-05-18 18:06:05 +02:00
rows-1fr-1fr.txt LibWeb: Implement more of "Expand Flexible Tracks" in GFC 2023-05-17 07:48:38 +02:00
template-lines-and-areas.txt LibWeb: Use grid item used width as available width during track sizing 2023-05-18 18:06:05 +02:00
valid-grid-areas-1.txt Tests/LibWeb: Split input/grid/template-areas.html into smaller tests 2023-05-09 06:37:30 +02:00