diff --git a/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.cpp b/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.cpp index a8613da044..620e79f980 100644 --- a/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.cpp +++ b/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.cpp @@ -557,8 +557,6 @@ void BlockFormattingContext::layout_block_level_children(BlockContainer const& b }); m_margin_state.block_container_y_position_update_callback = {}; - m_left_floats.clear(); - m_right_floats.clear(); if (layout_mode == LayoutMode::IntrinsicSizing) { auto& block_container_state = m_state.get_mutable(block_container);