fn layout_in_flow_non_replaced_block_level_same_formatting_context(
    layout_context: &LayoutContext<'_>,
    positioning_context: &mut PositioningContext,
    containing_block: &ContainingBlock<'_>,
    base_fragment_info: BaseFragmentInfo,
    style: &Arc<ComputedValues>,
    contents: &BlockContainer,
    sequential_layout_state: Option<&mut SequentialLayoutState>,
    collapsible_with_parent_start_margin: Option<CollapsibleWithParentStartMargin>,
) -> BoxFragment
Expand description

Lay out a normal flow non-replaced block that does not establish a new formatting context.