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
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x493
LayoutBlockFlow {HTML} at (0,0) size 800x492.63
LayoutBlockFlow {BODY} at (8,8) size 784x463.30
LayoutBlockFlow (anonymous) at (0,0) size 784x18
LayoutText {#text} at (0,0) size 84x17
text run at (0,0) width 84: "This is good:"
LayoutBlockFlow {DIV} at (0,39.33) size 100x52
LayoutBlockFlow {P} at (0,0) size 100x52 [border: (1px solid #008000)]
LayoutText {#text} at (42,1) size 57x49
text run at (42,1) width 57: "Lorem"
text run at (46,26) width 53: "ipsum"
LayoutBlockFlow (anonymous) at (0,112.66) size 784x18
LayoutText {#text} at (0,0) size 289x17
text run at (0,0) width 289: "The following three should look like \x{201C}good\x{201D}:"
LayoutBlockFlow {DIV} at (0,151.98) size 100x198.66
LayoutBlockFlow {P} at (0,0) size 100x52 [border: (1px solid #0000FF)]
LayoutText {#text} at (42,1) size 57x49
text run at (42,1) width 57: "Lorem"
text run at (46,26) width 53: "\x{131}psum"
LayoutBlockFlow {P} at (0,73.33) size 100x52 [border: (1px solid #0000FF)]
LayoutText {#text} at (42,1) size 57x49
text run at (42,1) width 57: "Lorem"
text run at (46,26) width 53: "\x{131}psum"
LayoutBlockFlow {P} at (0,146.66) size 100x52 [border: (1px solid #0000FF)]
LayoutText {#text} at (42,1) size 57x49
text run at (42,1) width 57: "Lore\x{1E3F}"
text run at (46,26) width 53: "ipsum"
LayoutBlockFlow (anonymous) at (0,371.97) size 784x18
LayoutText {#text} at (0,0) size 75x17
text run at (0,0) width 75: "This is bad:"
LayoutBlockFlow {DIV} at (0,411.30) size 100x52
LayoutBlockFlow {P} at (0,0) size 100x52 [border: (1px solid #FF0000)]
LayoutText {#text} at (36,1) size 63x49
text run at (36,1) width 63: "Lorem "
text run at (46,26) width 53: "ipsum"
|