ladybird/Tests/LibWeb/Layout/expected/layout-tree-update/inline-element-position-change.txt
Andreas Kling dab1fd265d test-web: Dump stacking context tree in layout test output
This will allow us to test (and catch regressions in) stacking context
tree construction and updates, etc.
2025-07-09 14:36:08 +02:00

29 lines
1.7 KiB
Text

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x79.875 [BFC] children: not-inline
BlockContainer <body> at (8,21.4375) content-size 784x37 children: not-inline
BlockContainer <(anonymous)> at (8,21.4375) content-size 784x0 children: inline
InlineNode <a>
InlineNode <span#foo>
BlockContainer <(anonymous)> at (8,21.4375) content-size 784x37 children: not-inline continuation
BlockContainer <h1> at (8,21.4375) content-size 784x37 children: inline
frag 0 from TextNode start: 0, length: 4, rect: [8,21.4375 63.5625x37] baseline: 28.09375
"test"
TextNode <#text>
BlockContainer <(anonymous)> at (8,79.875) content-size 784x0 children: inline
InlineNode <a> continuation
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x79.875]
PaintableWithLines (BlockContainer<BODY>) [8,21.4375 784x37]
PaintableWithLines (BlockContainer(anonymous)) [8,21.4375 784x0]
PaintableWithLines (InlineNode<A>) [8,21.4375 0x18]
PaintableWithLines (InlineNode<SPAN>#foo) [8,21.4375 0x18]
PaintableWithLines (BlockContainer(anonymous)) [8,21.4375 784x37]
PaintableWithLines (BlockContainer<H1>) [8,21.4375 784x37]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [8,79.875 784x0]
PaintableWithLines (InlineNode<A>) [8,79.875 0x18]
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
SC for BlockContainer<HTML> [0,0 800x79.875] [children: 0] (z-index: auto)