diff --git a/components/layout_2020/table/layout.rs b/components/layout_2020/table/layout.rs index e4f36231e73..e64ce167d36 100644 --- a/components/layout_2020/table/layout.rs +++ b/components/layout_2020/table/layout.rs @@ -2309,7 +2309,7 @@ impl<'a> RowFragmentLayout<'a> { let containing_block = ContainingBlock { size: ContainingBlockSize { inline: rect.size.inline, - block: AuOrAuto::LengthPercentage(rect.size.inline), + block: AuOrAuto::LengthPercentage(rect.size.block), }, style: table_style, };