Files
ladybird/Tests/LibWeb/Layout/expected/abspos-not-replaced-multiple-auto-variants.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

21 lines
1.3 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 [1,1] [0+1+0 798 0+1+0] [0+1+0 18 0+1+0] [BFC] children: not-inline
BlockContainer <body> at [10,10] [8+1+0 780 0+1+8] [8+1+0 0 0+1+8] children: inline
TextNode <#text> (not painted)
BlockContainer <div.only-t-l> at [6,6] positioned [0+1+0 10 0+1+0] [0+1+0 10 0+1+0] [BFC] children: not-inline
TextNode <#text> (not painted)
BlockContainer <div.only-mt-ml> at [16,16] positioned [5+1+0 10 0+1+5] [5+1+0 10 0+1+5] [BFC] children: not-inline
TextNode <#text> (not painted)
BlockContainer <div.both> at [11,11] positioned [5+1+0 10 0+1+5] [5+1+0 10 0+1+5] [BFC] children: not-inline
TextNode <#text> (not painted)
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x20]
PaintableWithLines (BlockContainer<BODY>) [9,9 782x2]
PaintableWithLines (BlockContainer<DIV>.only-t-l) [5,5 12x12]
PaintableWithLines (BlockContainer<DIV>.only-mt-ml) [15,15 12x12]
PaintableWithLines (BlockContainer<DIV>.both) [10,10 12x12]
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
SC for BlockContainer<HTML> [1,1 798x18] [children: 0] (z-index: auto)