From e90fae52e591ebcd0a62de3d29bba1eba25bef66 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 8 Oct 2019 13:42:41 +0200 Subject: [PATCH] Remove a wrong assertion --- components/layout_2020/flow/construct.rs | 5 ----- 1 file changed, 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