ladybird/Tests/LibWeb/Layout
Aliaksandr Kalenik a8c1d12e84 LibWeb: Fix percentage insets resolution for grid items
compute_inset() was incorrectly retrieving the containing block size
because containing_block() is unaware of grid areas that form a
containing block for grid items but do not exist in the layout tree.
With this change, we explicitly pass the containing block into
compute_inset(), allowing it to correctly provide the containing block
sizes for grid items.
2024-11-11 20:20:39 +01:00
..
data Tests/LibWeb: Move LibWeb test SVGs to their own directory 2024-02-19 22:11:59 -05:00
expected LibWeb: Fix percentage insets resolution for grid items 2024-11-11 20:20:39 +01:00
input LibWeb: Fix percentage insets resolution for grid items 2024-11-11 20:20:39 +01:00