LibWeb: Dump PaintableBox dimensions for inline layout nodes

We were only dumping a PaintableBox' dimensions if its layout node was a
Layout::Box as well, causing us to not dump the dimensions of paintables
for inline nodes in the paintable tree.
This commit is contained in:
Jelle Raaijmakers 2025-07-03 14:39:57 +02:00 committed by Jelle Raaijmakers
commit c03210e858
Notes: github-actions[bot] 2025-07-03 20:18:26 +00:00
54 changed files with 161 additions and 164 deletions

View file

@ -49,7 +49,7 @@ ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<DIV>.outer) [8,8 452x122] overflow: [9,9 450x152]
PaintableWithLines (BlockContainer<DIV>.inner) [34,34 402x102]
TextPaintable (TextNode<#text>)
PaintableWithLines (InlineNode<SPAN>)
PaintableWithLines (InlineNode<SPAN>) [35,35 0x18]
PaintableWithLines (BlockContainer(anonymous)) [8,130 784x0]
PaintableWithLines (BlockContainer<DIV>.outer) [8,130 452x122] overflow: [9,131 450x260]
PaintableWithLines (BlockContainer<DIV>.inner) [34,156 402x102] overflow: [35,157 400x234]