mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
This optimization was only happening when the sum of padding, border and margin was zero. However, since margins can be negative, a sum of zero doesn't guarantee that the components are individually zero. Testing: Adding new test Signed-off-by: Oriol Brufau <obrufau@igalia.com>