Files
ladybird/Tests/LibWeb/Layout/expected/block-and-inline/intrinsic-sizing-with-min-width-specified.txt
Jelle Raaijmakers f4b04beccd LibWeb: Show inline positioning in layout tree dump
Inline nodes in our layout tree have a position, so let's show it. By
centralizing the logic for this, block nodes now lose their redundant
'content-size' dump info which is already part of the box model dump.
2025-08-27 11:53:45 +01:00

15 lines
945 B
Plaintext

Viewport <#document> at [0,0] [0+0+0 800 0+0+0] [0+0+0 600 0+0+0] children: not-inline
BlockContainer <html> at [1,1] [0+1+0 798 0+1+0] [0+1+0 52 0+1+0] [BFC] children: not-inline
BlockContainer <body> at [10,10] floating [8+1+0 104 0+1+8] [8+1+0 34 0+1+8] [BFC] children: not-inline
BlockContainer <div.outer> at [11,11] [0+1+0 102 0+1+0] [0+1+0 32 0+1+0] children: not-inline
BlockContainer <div.inner> at [12,12] [0+1+0 100 0+1+0] [0+1+0 30 0+1+0] children: not-inline
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x54]
PaintableWithLines (BlockContainer<BODY>) [9,9 106x36]
PaintableWithLines (BlockContainer<DIV>.outer) [10,10 104x34]
PaintableWithLines (BlockContainer<DIV>.inner) [11,11 102x32]
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
SC for BlockContainer<HTML> [1,1 798x52] [children: 0] (z-index: auto)