1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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,20) size 784x560
LayoutBlockFlow {DIV} at (20,0) size 744x52 [bgcolor=#ADD8E6]
LayoutBlockFlow {P} at (0,0) size 744x18
LayoutText {#text} at (0,0) size 319x17
text run at (0,0) width 319: "There should be one outline around the whole div"
LayoutBlockFlow {P} at (-20,34) size 764x18
LayoutText {#text} at (0,0) size 161x17
text run at (0,0) width 161: "Not around each element"
LayoutBlockFlow {DIV} at (20,72) size 744x52 [bgcolor=#ADD8E6]
LayoutBlockFlow {P} at (0,0) size 744x18
LayoutText {#text} at (0,0) size 319x17
text run at (0,0) width 319: "There should be one outline around the whole div"
LayoutBlockFlow {P} at (-20,34) size 764x18
LayoutText {#text} at (0,0) size 161x17
text run at (0,0) width 161: "Not around each element"
|