ladybird/Tests/LibWeb/Layout/expected/grid/floating-table-wrapper-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

49 lines
3.2 KiB
Text

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x44 [BFC] children: not-inline
BlockContainer <body> at (8,8) content-size 784x28 children: not-inline
Box <div.grid> at (8,8) content-size 784x28 [GFC] children: not-inline
BlockContainer <div> at (8,8) content-size 784x28 [BFC] children: not-inline
BlockContainer <div.left> at (8,8) content-size 6.34375x18 floating [BFC] children: inline
frag 0 from TextNode start: 0, length: 1, rect: [8,8 6.34375x18] baseline: 13.796875
"1"
TextNode <#text>
TableWrapper <(anonymous)> at (14.34375,8) content-size 156.796875x28 floating [BFC] children: not-inline
Box <table.middle> at (15.34375,9) content-size 154.796875x26 table-box [TFC] children: not-inline
Box <tbody> at (17.34375,11) content-size 150.796875x22 table-row-group children: not-inline
Box <tr> at (17.34375,11) content-size 150.796875x22 table-row children: not-inline
BlockContainer <td> at (19.34375,13) content-size 69.59375x18 table-cell [BFC] children: inline
frag 0 from TextNode start: 0, length: 1, rect: [19.34375,13 8.8125x18] baseline: 13.796875
"2"
TextNode <#text>
BlockContainer <td> at (94.9375,13) content-size 71.203125x18 table-cell [BFC] children: inline
frag 0 from TextNode start: 0, length: 1, rect: [94.9375,13 9.09375x18] baseline: 13.796875
"3"
TextNode <#text>
BlockContainer <div.right> at (171.140625,8) content-size 7.75x18 floating [BFC] children: inline
frag 0 from TextNode start: 0, length: 1, rect: [171.140625,8 7.75x18] baseline: 13.796875
"4"
TextNode <#text>
BlockContainer <(anonymous)> at (8,36) content-size 784x0 children: inline
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x44]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x28]
PaintableBox (Box<DIV>.grid) [8,8 784x28]
PaintableWithLines (BlockContainer<DIV>) [8,8 784x28]
PaintableWithLines (BlockContainer<DIV>.left) [8,8 6.34375x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (TableWrapper(anonymous)) [14.34375,8 156.796875x28]
PaintableBox (Box<TABLE>.middle) [14.34375,8 156.796875x28]
PaintableBox (Box<TBODY>) [17.34375,11 150.796875x22]
PaintableBox (Box<TR>) [17.34375,11 150.796875x22]
PaintableWithLines (BlockContainer<TD>) [17.34375,11 73.59375x22]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<TD>) [92.9375,11 75.203125x22]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>.right) [171.140625,8 7.75x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer(anonymous)) [8,36 784x0]
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
SC for BlockContainer<HTML> [0,0 800x44] [children: 0] (z-index: auto)