aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/flow/float.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout_2020/flow/float.rs')
-rw-r--r--components/layout_2020/flow/float.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_2020/flow/float.rs b/components/layout_2020/flow/float.rs
index 6a3aec1b77f..73e12ac2298 100644
--- a/components/layout_2020/flow/float.rs
+++ b/components/layout_2020/flow/float.rs
@@ -992,6 +992,7 @@ impl FloatBox {
);
children = replaced.contents.make_fragments(
&replaced.style,
+ containing_block,
content_size.to_physical_size(containing_block.style.writing_mode),
)
},