Files
ladybird/Tests/LibWeb/Layout/expected/table/inline-table-width.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
4.0 KiB
Plaintext

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x64 [BFC] children: not-inline
BlockContainer <body> at (8,8) content-size 784x48 children: inline
frag 0 from BlockContainer start: 0, length: 0, rect: [9,9 135.984375x46] baseline: 14.796875
BlockContainer <table> at (9,9) content-size 135.984375x46 inline-block [BFC] children: not-inline
TableWrapper <(anonymous)> at (9,9) content-size 135.984375x46 inline-block [BFC] children: not-inline
Box <(anonymous)> at (9,9) content-size 135.984375x46 inline-table table-box [TFC] children: not-inline
Box <tbody> at (11,11) content-size 131.984375x42 table-row-group children: not-inline
Box <tr> at (11,11) content-size 131.984375x20 table-row children: not-inline
BlockContainer <td> at (12,12) content-size 87.90625x18 table-cell [BFC] children: not-inline
BlockContainer <(anonymous)> at (12,12) content-size 87.90625x18 children: inline
frag 0 from TextNode start: 0, length: 2, rect: [12,12 15.734375x18] baseline: 13.796875
"ID"
TextNode <#text>
BlockContainer <td> at (103.90625,12) content-size 38.078125x18 table-cell [BFC] children: not-inline
BlockContainer <(anonymous)> at (103.90625,12) content-size 38.078125x18 children: inline
frag 0 from TextNode start: 0, length: 4, rect: [103.90625,12 27.84375x18] baseline: 13.796875
"null"
TextNode <#text>
Box <tr> at (11,33) content-size 131.984375x20 table-row children: not-inline
BlockContainer <td> at (12,34) content-size 87.90625x18 table-cell [BFC] children: not-inline
BlockContainer <(anonymous)> at (12,34) content-size 87.90625x18 children: inline
frag 0 from TextNode start: 0, length: 11, rect: [12,34 87.90625x18] baseline: 13.796875
"Is Selected"
TextNode <#text>
BlockContainer <td> at (103.90625,34) content-size 38.078125x18 table-cell [BFC] children: not-inline
BlockContainer <(anonymous)> at (103.90625,34) content-size 38.078125x18 children: inline
frag 0 from TextNode start: 0, length: 5, rect: [103.90625,34 38.078125x18] baseline: 13.796875
"false"
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x64]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x48]
PaintableWithLines (BlockContainer<TABLE>) [8,8 137.984375x48]
PaintableWithLines (TableWrapper(anonymous)) [9,9 135.984375x46]
PaintableBox (Box(anonymous)) [9,9 135.984375x46]
PaintableBox (Box<TBODY>) [11,11 131.984375x42]
PaintableBox (Box<TR>) [11,11 131.984375x20]
PaintableWithLines (BlockContainer<TD>) [11,11 89.90625x20]
PaintableWithLines (BlockContainer(anonymous)) [12,12 87.90625x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<TD>) [102.90625,11 40.078125x20]
PaintableWithLines (BlockContainer(anonymous)) [103.90625,12 38.078125x18]
TextPaintable (TextNode<#text>)
PaintableBox (Box<TR>) [11,33 131.984375x20]
PaintableWithLines (BlockContainer<TD>) [11,33 89.90625x20]
PaintableWithLines (BlockContainer(anonymous)) [12,34 87.90625x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<TD>) [102.90625,33 40.078125x20]
PaintableWithLines (BlockContainer(anonymous)) [103.90625,34 38.078125x18]
TextPaintable (TextNode<#text>)
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
SC for BlockContainer<HTML> [0,0 800x64] [children: 0] (z-index: auto)