servo/components/layout_2020/flow/inline
Oriol Brufau 939355645e
layout: Always floor the max-content size by the min-content size (#36571)
This is a follow-up to #36518, which only addressed inline formatting
contexts. However, flex formatting contexts had the same problem, so it
seems safer to address it in general.

Testing: this makes a WPT test pass
Fixes: #36570

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-04-17 15:36:05 +00:00
..
construct.rs layout: Add a LayoutBoxBase to inline boxes (#36513) 2025-04-14 16:02:37 +00:00
inline_box.rs layout: Add a LayoutBoxBase to inline boxes (#36513) 2025-04-14 16:02:37 +00:00
line.rs layout: Add a LayoutBoxBase to inline boxes (#36513) 2025-04-14 16:02:37 +00:00
line_breaker.rs layout: Linebreak the entire InlineFormattingContext at once (#32483) 2024-06-13 20:12:14 +00:00
mod.rs layout: Always floor the max-content size by the min-content size (#36571) 2025-04-17 15:36:05 +00:00
text_run.rs fix: Crashing due to input element hack (#36461) 2025-04-11 06:51:52 +00:00