ladybird/Tests/LibWeb/Text/input/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.html 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.html LibWeb: Add regression test for grid min-height with taller content 2026-03-03 22:37:38 +00:00
orthogonal-positioned-grid-descendant.html LibWeb: Use fragment extents for orthogonal inline widths 2026-04-05 00:03:22 +02:00
overflow-hidden-item-height-in-auto-row.html
positioned-grid-descendants-auto-start-left.html LibWeb: Fix grid abspos descendant placement 2026-04-04 14:35:50 +02:00
positioned-grid-descendants-left-static-top.html LibWeb: Add grid abspos descendant regression test 2026-04-04 14:35:50 +02:00