ladybird/Tests/LibWeb/Layout/expected/table/inline-table-width.txt
Jelle Raaijmakers edca2ab666 LibWeb: Do not create an anonymous container for table cells by default
We were always creating an anonymous container for the inline contents
of table cells, but the layout node we spawn for the table cells
themselves already is capable of dealing with inline nodes. Regular
logic should kick in for dealing with the block/inline node invariant.
2025-07-15 10:06:36 +02:00

47 lines
3.2 KiB
Text

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: 15.296875
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: 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: 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: 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: 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]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<TD>) [102.90625,11 40.078125x20]
TextPaintable (TextNode<#text>)
PaintableBox (Box<TR>) [11,33 131.984375x20]
PaintableWithLines (BlockContainer<TD>) [11,33 89.90625x20]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<TD>) [102.90625,33 40.078125x20]
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)