1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x128
LayoutBlockFlow {HTML} at (0,0) size 800x128
LayoutBlockFlow {BODY} at (8,8) size 784x104
LayoutBlockFlow {DIV} at (0,0) size 784x104
LayoutBlockFlow (anonymous) at (0,0) size 784x18
LayoutText {#text} at (0,0) size 192x17
text run at (0,0) width 192: "This div contains 3 addresses:"
LayoutBlockFlow {ADDRESS} at (16,18) size 768x18 [bgcolor=#00FF00]
LayoutText {#text} at (0,0) size 335x17
text run at (0,0) width 335: "A first address that should have a green background"
LayoutBlockFlow {ADDRESS} at (16,52) size 768x18
LayoutText {#text} at (0,0) size 274x17
text run at (0,0) width 274: "A second address with normal background"
LayoutBlockFlow {ADDRESS} at (16,86) size 768x18
LayoutText {#text} at (0,0) size 260x17
text run at (0,0) width 260: "A third address with normal background"
|