mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
2e0fbfcb95
commit
5148b444be
3 changed files with 5 additions and 11 deletions
|
@ -2002,7 +2002,7 @@ impl IndependentFormattingContext {
|
|||
// https://drafts.csswg.org/css2/visudet.html#float-width
|
||||
// https://drafts.csswg.org/css2/visudet.html#inlineblock-width
|
||||
let tentative_inline_size = box_size.inline.resolve(
|
||||
Size::fit_content,
|
||||
Size::FitContent,
|
||||
available_inline_size,
|
||||
&mut get_content_size,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue