diff options
Diffstat (limited to 'components/layout_2020/formatting_contexts.rs')
-rw-r--r-- | components/layout_2020/formatting_contexts.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/formatting_contexts.rs b/components/layout_2020/formatting_contexts.rs index 96294947720..06e863da1b1 100644 --- a/components/layout_2020/formatting_contexts.rs +++ b/components/layout_2020/formatting_contexts.rs @@ -83,7 +83,7 @@ impl IndependentFormattingContext { absolutely_positioned_fragments: &mut Vec<AbsolutelyPositionedFragment<'a>>, ) -> IndependentLayout { match self.as_replaced() { - Ok(replaced) => match *replaced {}, + Ok(replaced) => replaced.layout(layout_context, &self.style, containing_block), Err(ifc) => ifc.layout( layout_context, containing_block, |