Files
ladybird/Tests/LibWeb/Layout/input/grid
Andreas Kling 13a7459e61 LibWeb: Add tests for percentage sizes in abspos non-BFC containers
Comprehensive coverage for percentage size resolution when the
containing block is an absolutely positioned non-BFC element (flex,
inline-flex, grid, inline-grid) with auto height.

Tests cover: flex row/column, grid, inline-flex, inline-grid, explicit
height (positive test), inset-derived height (positive test), nested
percentages, calc() with percentage, min-height percentage, multiple
items, both-axes-auto, and mixed fixed/percentage children.
2026-04-03 14:29:44 +02:00
..