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
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x240
LayoutBlockFlow {HTML} at (0,0) size 800x240
LayoutBlockFlow {BODY} at (8,16) size 784x216
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 306x19
text run at (0,0) width 306: "There should be no red borders on the table below"
LayoutTable {TABLE} at (0,36) size 131x180 [border: (2px none #808080)]
LayoutTableSection {TBODY} at (2,2) size 126x175
LayoutTableRow {TR} at (0,0) size 126x58
LayoutTableCell {TD} at (0,15) size 37x27 [border: (3px inset #00FF00)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (4,4) size 27x19
text run at (4,4) width 27: "inset"
LayoutTableCell {TD} at (37,14) size 53x30 [border: (3px inset #00FF00) (5px inset #FF0000) (3px inset #00FF00)] [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (4,4) size 27x19
text run at (4,4) width 27: "inset"
LayoutTableCell {TD} at (90,15) size 36x27 [border: (3px inset #00FF00)] [r=0 c=2 rs=1 cs=1]
LayoutText {#text} at (4,4) size 27x19
text run at (4,4) width 27: "inset"
LayoutTableRow {TR} at (0,58) size 126x60
LayoutTableCell {TD} at (0,74) size 37x27 [border: (3px inset #00FF00) (5px inset #FF0000) (2px inset #00FF00)] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (4,4) size 27x19
text run at (4,4) width 27: "inset"
LayoutTableCell {TD} at (37,72) size 53x32 [border: (5px double #00FF00)] [r=1 c=1 rs=1 cs=1]
LayoutText {#text} at (6,6) size 41x19
text run at (6,6) width 41: "double"
LayoutTableCell {TD} at (90,74) size 36x27 [border: (3px inset #00FF00) (5px inset #FF0000)] [r=1 c=2 rs=1 cs=1]
LayoutText {#text} at (6,4) size 27x19
text run at (6,4) width 27: "inset"
LayoutTableRow {TR} at (0,118) size 126x57
LayoutTableCell {TD} at (0,133) size 37x27 [border: (3px inset #00FF00)] [r=2 c=0 rs=1 cs=1]
LayoutText {#text} at (4,4) size 27x19
text run at (4,4) width 27: "inset"
LayoutTableCell {TD} at (37,132) size 53x29 [border: (5px inset #FF0000) (2px inset #00FF00)] [r=2 c=1 rs=1 cs=1]
LayoutText {#text} at (4,6) size 27x19
text run at (4,6) width 27: "inset"
LayoutTableCell {TD} at (90,133) size 36x27 [border: (3px inset #00FF00)] [r=2 c=2 rs=1 cs=1]
LayoutText {#text} at (4,4) size 27x19
text run at (4,4) width 27: "inset"
|