1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutBlockFlow (anonymous) at (0,0) size 784x36
LayoutText {#text} at (0,0) size 768x35
text run at (0,0) width 278: "The two rows below should look identical. "
text run at (277,0) width 491: "In both, the spanning cells in columns 2-3 should consume as much width as"
text run at (0,18) width 258: "possible, while column 1 should be tiny."
LayoutTable {TABLE} at (0,36) size 784x54 [border: (2px outset #808080)]
LayoutTableSection {TBODY} at (2,2) size 780x50
LayoutTableRow {TR} at (0,2) size 780x22
LayoutTableCell {TD} at (2,2) size 12x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (2,2) size 8x17
text run at (2,2) width 8: "1"
LayoutTableCell {TD} at (16,2) size 762x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=2]
LayoutText {#text} at (2,2) size 22x17
text run at (2,2) width 22: "2-3"
LayoutTableRow {TR} at (0,26) size 780x22
LayoutTableCell {TD} at (2,26) size 12x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (2,2) size 8x17
text run at (2,2) width 8: "1"
LayoutTableCell {TD} at (16,26) size 762x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=2]
LayoutText {#text} at (2,2) size 22x17
text run at (2,2) width 22: "2-3"
|