ladybird/Tests/LibWeb/Ref
Tim Ledbetter 4f33ab15e0 LibWeb: Don't apply self-alignment to grid items with auto margins
An auto margin on a grid item absorbs positive free space prior to
alignment via the box alignment properties, disabling the effects
of any self-alignment in that axis. We were applying both
auto-margin absorption and alignment additively, which doubled the
offset and pushed the item outside its grid area when, for example,
`margin-top: auto` was combined with `align-items: center`.
2026-05-14 13:29:40 +02:00
..
data Tests: Move true ref tests from Screenshot/ to Ref/ 2026-02-24 09:55:14 +01:00
expected LibWeb: Paint inline-block floats during inline-level painting 2026-05-13 10:08:54 +02:00
input LibWeb: Don't apply self-alignment to grid items with auto margins 2026-05-14 13:29:40 +02:00