ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-grid
Sam Atkins 693517daa0 LibWeb: Resolve container-relative length units
Add cqw/cqh/cqi/cqb/cqmin/cqmax to the unit tables and generated
helpers, then thread them through the shared length resolution path.

Length::ResolutionContext now carries the subject element and whether
its inline axis is horizontal. Container units need that extra context:
the nearest eligible query container is selected from the subject
element's flat-tree ancestors, and cqi/cqb/cqmin/cqmax map logical axes
through the subject's writing mode before resolving to a physical width
or height.

Teach Length to resolve each axis against the selected container's
content box, fall back to viewport lengths when no eligible container
exists, and mark size-container dependencies so post-layout
recomputation can happen when layout is not up to date.

Also expose the new units through Typed OM, reject them for
computationally independent `@property` initial values, and add focused
font-size coverage.
2026-06-01 08:27:17 +01:00
..
abspos LibWeb: Fix grid abspos descendant placement 2026-04-04 14:35:50 +02:00
alignment LibWeb: Don't apply self-alignment to grid items with auto margins 2026-05-14 13:29:40 +02:00
animation LibWeb: Implement composition for grid track size lists 2026-01-26 03:20:08 +01:00
grid-definition LibWeb: Rerun row sizing for auto-height grids 2026-04-04 14:35:50 +02:00
grid-model Tests: Use HTTP server when running grid-gutters-and-tracks-001.html 2026-03-14 17:32:39 +01:00
layout-algorithm LibWeb: Handle min-{width/height} in minimum contribution [GFC] 2026-01-03 16:41:31 +01:00
parsing LibWeb: Resolve container-relative length units 2026-06-01 08:27:17 +01:00
placement LibWeb: Implement CSS Grid dense packing and fix span placement 2026-02-16 20:00:17 +01:00
subgrid LibWeb: Parse CSS grid subgrid track listings 2026-05-25 18:11:38 +02:00
computed-grid-column.txt LibWeb: Clamp the size of the implicit grid to the range [-10000, 10000] 2026-05-17 21:26:57 +02:00
inheritance.txt LibWeb/CSS: Make empty GridTrackSize value serialize to "none" 2025-03-22 17:33:37 +01:00