mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:47:45 +00:00
LibWeb: Output names of inner table boxes in layout dump
Since there are no table-specific boxes anymore it would be nice to output their types additionally in layout dump so we can tell table boxes from "regular" boxes.
This commit is contained in:
parent
787f2d2a10
commit
0bef3085dd
22 changed files with 159 additions and 145 deletions
|
@ -6,9 +6,9 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 784x600 [BFC] children: not-inline
|
||||
Box <div.aligncenter.block-image> at (8,8) content-size 1200x600 [TFC] children: inline
|
||||
Box <(anonymous)> at (8,8) content-size 1200x600 children: inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 1200x600 [BFC] children: inline
|
||||
Box <div.aligncenter.block-image> at (8,8) content-size 1200x600 table-box [TFC] children: inline
|
||||
Box <(anonymous)> at (8,8) content-size 1200x600 table-row children: inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 1200x600 table-cell [BFC] children: inline
|
||||
line 0 width: 1200, height: 600, bottom: 600, baseline: 600
|
||||
frag 0 from ImageBox start: 0, length: 0, rect: [8,8 1200x600]
|
||||
TextNode <#text>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue