ladybird/Tests/LibWeb/Layout/expected/block-and-inline/relpos-inline-element-js-offsets.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

53 lines
2.7 KiB
Text

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x169 [BFC] children: not-inline
BlockContainer <body> at (8,8) content-size 784x148 children: not-inline
BlockContainer <(anonymous)> at (8,8) content-size 784x18 children: inline
InlineNode <span>
frag 0 from TextNode start: 0, length: 5, rect: [8,8 36.40625x18] baseline: 13.796875
"well "
TextNode <#text>
InlineNode <b>
frag 0 from TextNode start: 0, length: 6, rect: [44.40625,33 44.84375x18] baseline: 13.796875
"hello "
TextNode <#text>
InlineNode <i>
frag 0 from TextNode start: 0, length: 7, rect: [89.25,58 55.359375x18] baseline: 13.796875
"friends"
TextNode <#text>
TextNode <#text>
BlockContainer <div> at (8,26) content-size 784x130 children: not-inline
BlockContainer <(anonymous)> at (8,26) content-size 784x72 children: inline
BreakNode <br>
BreakNode <br>
BreakNode <br>
BreakNode <br>
BlockContainer <pre#out> at (8,111) content-size 784x45 children: inline
frag 0 from TextNode start: 0, length: 10, rect: [8,111 58.640625x15] baseline: 11.390625
"well: 8, 8"
frag 1 from TextNode start: 11, length: 13, rect: [8,126 77.46875x15] baseline: 11.390625
"hello: 44, 33"
frag 2 from TextNode start: 25, length: 15, rect: [8,141 91.78125x15] baseline: 11.390625
"friends: 44, 25"
TextNode <#text>
BlockContainer <(anonymous)> at (8,169) content-size 784x0 children: inline
TextNode <#text>
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x169]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x148]
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x18]
PaintableWithLines (InlineNode<SPAN>) [8,8 136.609375x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (InlineNode<B>) [44.40625,33 100.203125x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (InlineNode<I>) [89.25,58 55.359375x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>) [8,26 784x130]
PaintableWithLines (BlockContainer(anonymous)) [8,26 784x72]
PaintableWithLines (BlockContainer<PRE>#out) [8,111 784x45]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [8,169 784x0]
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
SC for BlockContainer<HTML> [0,0 800x169] [children: 0] (z-index: auto)