Files
ladybird/Tests/LibWeb/Layout/expected/table/vertical-align-middle-vs-top.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

33 lines
2.2 KiB
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 [0,0] [0+0+0 800 0+0+0] [0+0+0 138 0+0+0] [BFC] children: not-inline
BlockContainer <body> at [8,8] [8+0+0 784 0+0+8] [8+0+0 122 0+0+8] children: not-inline
BlockContainer <main> at [8,8] [0+0+0 784 0+0+0] [0+0+0 122 0+0+0] children: not-inline
TableWrapper <(anonymous)> at [8,8] [0+0+0 346.5 0+0+437.5] [0+0+0 122 0+0+0] [BFC] children: not-inline
Box <table> at [8,8] table-box [0+0+0 346.5 0+0+0] [0+0+0 122 0+0+0] [TFC] children: not-inline
Box <tbody> at [10,10] table-row-group [0+0+0 342.5 0+0+0] [0+0+0 118 0+0+0] children: not-inline
Box <tr> at [10,10] table-row [0+0+0 342.5 0+0+0] [0+0+0 118 0+0+0] children: not-inline
BlockContainer <td> at [10,10] table-cell [0+0+0 342.5 0+0+0] [0+0+0 118 0+0+0] [BFC] children: inline
frag 0 from TextNode start: 0, length: 3, rect: [10,13 169.734375x115] baseline: 87.484375
"foo"
TextNode <#text> (not painted)
InlineNode <span> at [179.734375,10] [0+0+0 172.765625 0+0+0] [0+0+0 115 0+0+0]
frag 0 from TextNode start: 0, length: 3, rect: [179.734375,10 172.765625x115] baseline: 87.484375
"bar"
TextNode <#text> (not painted)
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x138]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x122]
PaintableWithLines (BlockContainer<MAIN>) [8,8 784x122]
PaintableWithLines (TableWrapper(anonymous)) [8,8 346.5x122]
PaintableBox (Box<TABLE>) [8,8 346.5x122]
PaintableBox (Box<TBODY>) [10,10 342.5x118]
PaintableBox (Box<TR>) [10,10 342.5x118]
PaintableWithLines (BlockContainer<TD>) [10,10 342.5x118]
TextPaintable (TextNode<#text>)
PaintableWithLines (InlineNode<SPAN>) [179.734375,10 172.765625x115]
TextPaintable (TextNode<#text>)
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
SC for BlockContainer<HTML> [0,0 800x138] [children: 0] (z-index: auto)