mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
Laying out a block-level box that establishes an independent formatting context may require multiple attempts because it needs to avoid floats. We were previously recomputing the automatic inline size every time, even if it was always the same. Now we will only compute it once. Testing: Not needed, no behavior change Signed-off-by: Oriol Brufau <obrufau@igalia.com>