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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
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
LayoutTable {TABLE} at (0,0) size 784x46 [border: (2px outset #808080)]
LayoutTableSection {TBODY} at (2,2) size 780x42
LayoutTableRow {TR} at (0,0) size 780x42
LayoutTableCell {TD} at (0,10) size 728x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (1,1) size 63x19
text run at (1,1) width 63: "A Big Cell"
LayoutTableCell {TD} at (728,0) size 52x42 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (1,1) size 30x39
text run at (1,1) width 11: "A"
text run at (1,21) width 30: "small"
LayoutInline {SPAN} at (0,0) size 20x19
LayoutText {#text} at (31,21) size 20x19
text run at (31,21) width 20: "cell"
LayoutTable {TABLE} at (0,46) size 784x46 [border: (2px outset #808080)]
LayoutTableSection {TBODY} at (2,2) size 780x42
LayoutTableRow {TR} at (0,0) size 780x42
LayoutTableCell {TD} at (0,10) size 719x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (1,1) size 63x19
text run at (1,1) width 63: "A Big Cell"
LayoutTableCell {TD} at (719,0) size 61x42 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (1,1) size 45x19
text run at (1,1) width 45: "A small"
text run at (46,1) width 0: " "
LayoutInline {SPAN} at (0,0) size 20x19
LayoutText {#text} at (1,21) size 20x19
text run at (1,21) width 20: "cell"
LayoutText {#text} at (21,21) size 39x19
text run at (21,21) width 39: "block!"
LayoutTable {TABLE} at (0,92) size 784x26 [border: (2px outset #808080)]
LayoutTableSection {TBODY} at (2,2) size 780x22
LayoutTableRow {TR} at (0,0) size 780x22
LayoutTableCell {TD} at (0,0) size 713x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (1,1) size 63x19
text run at (1,1) width 63: "A Big Cell"
LayoutTableCell {TD} at (713,0) size 67x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (1,1) size 45x19
text run at (1,1) width 45: "A small"
LayoutInline {SPAN} at (0,0) size 20x19
LayoutText {#text} at (46,1) size 20x19
text run at (46,1) width 20: "cell"
|