ladybird/Tests/LibWeb/Layout/expected/block-and-inline/forced-break-stops-non-whitespace-sequence.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

19 lines
970 B
Text

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x43 [BFC] children: not-inline
BlockContainer <body> at (8,13) content-size 784x17 children: not-inline
BlockContainer <pre> at (9,14) content-size 782x15 children: inline
InlineNode <span>
frag 0 from TextNode start: 0, length: 1, rect: [9,14 6.5x15] baseline: 11.390625
" "
TextNode <#text>
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x43]
PaintableWithLines (BlockContainer<BODY>) [8,13 784x17]
PaintableWithLines (BlockContainer<PRE>) [8,13 784x17]
PaintableWithLines (InlineNode<SPAN>) [9,14 6.5x15]
TextPaintable (TextNode<#text>)
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
SC for BlockContainer<HTML> [0,0 800x43] [children: 0] (z-index: auto)