mirror of
https://github.com/servo/servo
synced 2026-05-11 09:26:59 +02:00
When the original display of an absolutely positioned element changes, the static position can be affected. However, the static position is only used when both insets in the same axis are `auto`. Therefore, this patch avoids dirtying the box tree when both axes have a non-auto inset. Testing: Not needed, this should have no observable behavior change Signed-off-by: Oriol Brufau <obrufau@igalia.com>