ladybird/Tests/LibWeb/Layout
Andreas Kling efd4f63454 LibWeb: Allow blockification across display: contents boundary
Flex/grid items are always blockified (have their CSS display forced
into "block") by style computation.

We were doing this by looking at the CSS display of the parent. However,
if the parent has `display: contents`, we must look at the *grandparent*
instead.

This corrects the layout of buttons underneath Reddit article cards.
2025-08-17 19:09:50 +02:00
..
data LibWeb: Assign linked style sheet location when parsing it 2025-04-15 09:40:38 +01:00
expected LibWeb: Allow blockification across display: contents boundary 2025-08-17 19:09:50 +02:00
input LibWeb: Allow blockification across display: contents boundary 2025-08-17 19:09:50 +02:00