mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
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:
parent
5874b7a76f
commit
c03210e858
Notes:
github-actions[bot]
2025-07-03 20:18:26 +00:00
Author: https://github.com/gmta
Commit: c03210e858
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5286
54 changed files with 161 additions and 164 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue