Files
servo/components/layout/flexbox
Oriol Brufau 460334e815 layout: Obey min/max constraints when min/max violations sum to zero when flexing items (#41291)
The old logic had the problem that, if the total violation was zero, we
would just freeze all items without clamping their target main size
between the min and max sizes.

This patch refactors the logic to make it simpler.

Testing: Adding new WPT
Fixes: #41289

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-12-18 22:46:49 +00:00
..
2025-12-05 07:23:32 +00:00