mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
We were resolving `justify-self: auto` according to the `justify-items` of the containing block. However, the CSSWG resolved to instead use the parent box; and if the parent is an inline box, then `justify-items` doesn't apply, so `justify-self: auto` behaves as `normal`. Testing: Adding WPT test Fixes: #43624 Signed-off-by: Oriol Brufau <obrufau@igalia.com>