mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
The computation of the min-content and max-content sizes of an inline formatting context was ignoring floated contents. Now we will take them into account. Testing: One test is now passing. Note there isn't much test coverage because there is no spec, and browsers aren't fully interoperable. More tests should be added as part of https://github.com/w3c/csswg-drafts/issues/9120 Fixes: #3923 Signed-off-by: Oriol Brufau <obrufau@igalia.com>