mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:27:36 +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
|
@ -2,14 +2,14 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x92.21875 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 782x92.21875 [BFC] children: not-inline
|
||||
Box <table.ambox> at (9,9) content-size 780x90.21875 [TFC] children: not-inline
|
||||
Box <table.ambox> at (9,9) content-size 780x90.21875 table-box [TFC] children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 0x0 children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 780x90.21875 children: not-inline
|
||||
Box <tr> at (9,9) content-size 780x90.21875 children: not-inline
|
||||
BlockContainer <td.mbox-image> at (10,29.109375) content-size 50x50 [BFC] children: not-inline
|
||||
Box <tbody> at (9,9) content-size 780x90.21875 table-row-group children: not-inline
|
||||
Box <tr> at (9,9) content-size 780x90.21875 table-row children: not-inline
|
||||
BlockContainer <td.mbox-image> at (10,29.109375) content-size 50x50 table-cell [BFC] children: not-inline
|
||||
BlockContainer <div.mbox-image-div> at (10,29.109375) content-size 50x50 children: not-inline
|
||||
BlockContainer <td.mbox-text> at (62,10) content-size 726x88.21875 [BFC] children: inline
|
||||
BlockContainer <td.mbox-text> at (62,10) content-size 726x88.21875 table-cell [BFC] children: inline
|
||||
line 0 width: 689.640625, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 1, length: 84, rect: [62,10 689.640625x17.46875]
|
||||
"In a scene set in a lawyer's office, the lawyer sits alone and bounces a rubber ball"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue