layout: Pass the right containing block to find_block_margin_collapsing_with_parent_from_slice() (#34725)

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2024-12-23 14:36:16 -08:00 committed by GitHub
parent 8cf7de4943
commit c17dddb27d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 5 deletions

View file

@ -886,7 +886,7 @@ fn layout_in_flow_non_replaced_block_level_same_formatting_context(
layout_context,
child_boxes,
&mut block_start_margin,
containing_block,
&containing_block_for_children,
);
}
}

View file

@ -1,2 +0,0 @@
[float-clearance-with-margin-collapse-and-fit-content-and-padding-percentage-003.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[float-clearance-with-margin-collapse-and-fit-content-and-padding-percentage-004.html]
expected: FAIL