Files
servo/components/layout
Oriol Brufau 312891a14e layout: Fix optimization of skipping fragments for empty inline boxes (#39835)
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>
2025-10-13 17:27:51 +00:00
..