ladybird/Tests/LibWeb/Layout/expected/writing-modes-direction-flex.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

56 lines
3.3 KiB
Text

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x52 [BFC] children: not-inline
BlockContainer <body> at (8,8) content-size 784x36 children: not-inline
Box <div> at (8,8) content-size 784x18 flex-container(row) [FFC] children: not-inline
BlockContainer <div> at (763.96875,8) content-size 28.03125x18 flex-item [BFC] children: inline
frag 0 from TextNode start: 0, length: 3, rect: [763.96875,8 28.03125x18] baseline: 13.796875
"aaa"
TextNode <#text>
BlockContainer <div> at (735.5625,8) content-size 28.40625x18 flex-item [BFC] children: inline
frag 0 from TextNode start: 0, length: 3, rect: [735.5625,8 28.40625x18] baseline: 13.796875
"bbb"
TextNode <#text>
BlockContainer <div> at (708.890625,8) content-size 26.671875x18 flex-item [BFC] children: inline
frag 0 from TextNode start: 0, length: 3, rect: [708.890625,8 26.671875x18] baseline: 13.796875
"ccc"
TextNode <#text>
BlockContainer <(anonymous)> at (8,26) content-size 784x0 children: inline
TextNode <#text>
Box <div> at (8,26) content-size 784x18 flex-container(row-reverse) [FFC] children: not-inline
BlockContainer <div> at (8,26) content-size 28.03125x18 flex-item [BFC] children: inline
frag 0 from TextNode start: 0, length: 3, rect: [8,26 28.03125x18] baseline: 13.796875
"aaa"
TextNode <#text>
BlockContainer <div> at (36.03125,26) content-size 28.40625x18 flex-item [BFC] children: inline
frag 0 from TextNode start: 0, length: 3, rect: [36.03125,26 28.40625x18] baseline: 13.796875
"bbb"
TextNode <#text>
BlockContainer <div> at (64.4375,26) content-size 26.671875x18 flex-item [BFC] children: inline
frag 0 from TextNode start: 0, length: 3, rect: [64.4375,26 26.671875x18] baseline: 13.796875
"ccc"
TextNode <#text>
BlockContainer <(anonymous)> at (8,44) content-size 784x0 children: inline
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x52]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x36]
PaintableBox (Box<DIV>) [8,8 784x18]
PaintableWithLines (BlockContainer<DIV>) [763.96875,8 28.03125x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>) [735.5625,8 28.40625x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>) [708.890625,8 26.671875x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [8,26 784x0]
PaintableBox (Box<DIV>) [8,26 784x18]
PaintableWithLines (BlockContainer<DIV>) [8,26 28.03125x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>) [36.03125,26 28.40625x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>) [64.4375,26 26.671875x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [8,44 784x0]
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
SC for BlockContainer<HTML> [0,0 800x52] [children: 0] (z-index: auto)