diff options
Diffstat (limited to 'components/layout_2020/flow/construct.rs')
-rw-r--r-- | components/layout_2020/flow/construct.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/components/layout_2020/flow/construct.rs b/components/layout_2020/flow/construct.rs index 6b2027a8794..e0aab3ccffb 100644 --- a/components/layout_2020/flow/construct.rs +++ b/components/layout_2020/flow/construct.rs @@ -498,11 +498,6 @@ where } fn end_ongoing_inline_formatting_context(&mut self) { - assert!( - self.ongoing_inline_boxes_stack.is_empty(), - "there should be no ongoing inline level boxes", - ); - if self .ongoing_inline_formatting_context .inline_level_boxes |