ladybird/Tests/LibWeb/Text/expected/grid
Andreas Kling 9526dfbef3 LibWeb: Use fragment extents for orthogonal inline widths
Inline formatting contexts in vertical writing modes were measuring
intrinsic width from the line box width. That width still tracks the
line-height-sized horizontal span, so shrink-to-fit abspos sizing could
stay at 50px even when the text fragments only covered 25px.

Measure the physical horizontal extent from the line box fragments
instead, including the float-aware block formatting context path. This
makes orthogonal inline content report the correct intrinsic width.
2026-04-05 00:03:22 +02:00
..
min-height-with-abspos-child.txt LibWeb: Populate containing block chain in BFC min-height measurement 2026-03-03 22:37:38 +00:00
min-height-with-content-taller-than-min.txt LibWeb: Use parent layout mode for BFC min-height measurement 2026-03-03 22:37:38 +00:00
orthogonal-positioned-grid-descendant.txt LibWeb: Use fragment extents for orthogonal inline widths 2026-04-05 00:03:22 +02:00
overflow-hidden-item-height-in-auto-row.txt Tests/LibWeb: Add test for grid min-content height with overflow:hidden 2026-02-19 03:07:15 +01:00
positioned-grid-descendants-auto-start-left.txt LibWeb: Fix grid abspos descendant placement 2026-04-04 14:35:50 +02:00
positioned-grid-descendants-left-static-top.txt LibWeb: Fix grid abspos descendant placement 2026-04-04 14:35:50 +02:00