mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
8cf7de4943
commit
c17dddb27d
3 changed files with 1 additions and 5 deletions
|
@ -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,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[float-clearance-with-margin-collapse-and-fit-content-and-padding-percentage-003.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[float-clearance-with-margin-collapse-and-fit-content-and-padding-percentage-004.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue