Files
ladybird/Tests/LibWeb/Layout/expected/zero_percent_width_nested_table.txt
Andreas Kling 7d4d7da28a LibWeb: Wrap inline children of table-cell in anonymous block
This fixes an issue where CSS vertical-align on a table-cell box would
incorrectly apply to both the table-cell box and any inline content it
had inside.
2025-02-25 23:55:36 +01:00

31 lines
2.1 KiB
Plaintext

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x28 [BFC] children: not-inline
BlockContainer <body> at (8,8) content-size 784x12 children: not-inline
TableWrapper <(anonymous)> at (8,8) content-size 12x12 [BFC] children: not-inline
Box <table> at (8,8) content-size 12x12 table-box [TFC] children: not-inline
Box <tbody> at (10,10) content-size 8x8 table-row-group children: not-inline
Box <tr> at (10,10) content-size 8x8 table-row children: not-inline
BlockContainer <td> at (11,11) content-size 6x6 table-cell [BFC] children: not-inline
TableWrapper <(anonymous)> at (11,11) content-size 6x6 [BFC] children: not-inline
Box <table> at (11,11) content-size 6x6 table-box [TFC] children: not-inline
Box <tbody> at (13,13) content-size 2x2 table-row-group children: not-inline
Box <tr> at (13,13) content-size 2x2 table-row children: not-inline
BlockContainer <td> at (14,14) content-size 0x0 table-cell [BFC] children: not-inline
BlockContainer <(anonymous)> at (14,14) content-size 0x0 children: inline
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x28]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x12]
PaintableWithLines (TableWrapper(anonymous)) [8,8 12x12]
PaintableBox (Box<TABLE>) [8,8 12x12]
PaintableBox (Box<TBODY>) [10,10 8x8]
PaintableBox (Box<TR>) [10,10 8x8]
PaintableWithLines (BlockContainer<TD>) [10,10 8x8]
PaintableWithLines (TableWrapper(anonymous)) [11,11 6x6]
PaintableBox (Box<TABLE>) [11,11 6x6]
PaintableBox (Box<TBODY>) [13,13 2x2]
PaintableBox (Box<TR>) [13,13 2x2]
PaintableWithLines (BlockContainer<TD>) [13,13 2x2]
PaintableWithLines (BlockContainer(anonymous)) [14,14 0x0]