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
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x112
LayoutBlockFlow {HTML} at (0,0) size 800x112
LayoutBlockFlow {BODY} at (8,16) size 784x88
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 450x19
text run at (0,0) width 450: "There word PASS should appear twice below, and there should be no red."
LayoutTable {DIV} at (0,36) size 62x52 [color=#008000] [bgcolor=#FF0000]
LayoutTableSection (anonymous) at (0,0) size 62x52
LayoutTableRow {DIV} at (0,0) size 62x26
LayoutTableCell {DIV} at (0,0) size 15x26 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (3,3) size 9x19
text run at (3,3) width 9: "P"
LayoutTableCell {DIV} at (15,0) size 17x26 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (3,3) size 11x19
text run at (3,3) width 11: "A"
LayoutTableCell {DIV} at (32,0) size 15x26 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=0 c=2 rs=1 cs=1]
LayoutText {#text} at (3,3) size 9x19
text run at (3,3) width 9: "S"
LayoutTableCell {DIV} at (47,0) size 15x26 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=0 c=3 rs=1 cs=1]
LayoutText {#text} at (3,3) size 9x19
text run at (3,3) width 9: "S"
LayoutTableRow {DIV} at (0,26) size 62x26
LayoutTableCell {<pseudo:before>} at (0,26) size 15x26 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=1 c=0 rs=1 cs=1]
LayoutTextFragment (anonymous) at (3,3) size 9x19
text run at (3,3) width 9: "P"
LayoutTableCell {DIV} at (15,26) size 17x26 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=1 c=1 rs=1 cs=1]
LayoutText {#text} at (3,3) size 11x19
text run at (3,3) width 11: "A"
LayoutTableCell {DIV} at (32,26) size 15x26 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=1 c=2 rs=1 cs=1]
LayoutText {#text} at (3,3) size 9x19
text run at (3,3) width 9: "S"
LayoutTableCell {<pseudo:after>} at (47,26) size 15x26 [bgcolor=#FFFFFF] [border: (3px solid #FFFFFF)] [r=1 c=3 rs=1 cs=1]
LayoutTextFragment (anonymous) at (3,3) size 9x19
text run at (3,3) width 9: "S"
|