mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:08:12 +00:00
LibWeb: Silence BFC spam about not knowing how to place boxes
This gets way too noisy on some pages, and isn't even interesting.
This commit is contained in:
parent
5a146187cf
commit
b322452ef4
1 changed files with 0 additions and 2 deletions
|
@ -475,8 +475,6 @@ void BlockFormattingContext::layout_block_level_children(Box& box, LayoutMode la
|
|||
place_block_level_replaced_element_in_normal_flow(child_box, box);
|
||||
else if (child_box.is_block())
|
||||
place_block_level_non_replaced_element_in_normal_flow(child_box, box);
|
||||
else
|
||||
dbgln("FIXME: BlockFormattingContext::layout_block_level_children() doesn't know how to place a {}", child_box.class_name());
|
||||
|
||||
// FIXME: This should be factored differently. It's uncool that we mutate the tree *during* layout!
|
||||
// Instead, we should generate the marker box during the tree build.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue