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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
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,8) size 784x584
LayoutBlockFlow (anonymous) at (0,0) size 784x18
LayoutInline {FONT} at (0,0) size 91x17 [color=#FF0000]
LayoutInline {I} at (0,0) size 91x17
LayoutText {#text} at (0,0) size 91x17
text run at (0,0) width 91: "Italic and Red"
LayoutInline {I} at (0,0) size 1x17
LayoutBlockFlow (anonymous) at (0,34) size 784x18
LayoutBlockFlow {P} at (0,0) size 784x18
LayoutInline {FONT} at (0,0) size 95x17 [color=#FF0000]
LayoutText {#text} at (0,0) size 95x17
text run at (0,0) width 95: "Italic and Red "
LayoutText {#text} at (94,0) size 68x17
text run at (94,0) width 68: "Just italic."
LayoutBlockFlow (anonymous) at (0,68) size 784x18
LayoutInline {I} at (0,0) size 69x17
LayoutText {#text} at (0,0) size 69x17
text run at (0,0) width 69: "Italic only."
LayoutText {#text} at (68,0) size 38x17
text run at (68,0) width 38: " Plain"
LayoutBlockFlow {P} at (0,102) size 784x18
LayoutText {#text} at (0,0) size 128x17
text run at (0,0) width 128: "I should not be red. "
LayoutInline {FONT} at (0,0) size 126x17 [color=#FF0000]
LayoutText {#text} at (127,0) size 35x17
text run at (127,0) width 35: "Red. "
LayoutInline {I} at (0,0) size 92x17
LayoutText {#text} at (161,0) size 92x17
text run at (161,0) width 92: "Italic and red."
LayoutBlockFlow (anonymous) at (0,136) size 784x0
LayoutInline {FONT} at (0,0) size 0x0 [color=#FF0000]
LayoutInline {I} at (0,0) size 0x0
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {P} at (0,136) size 784x18
LayoutInline {FONT} at (0,0) size 125x17 [color=#FF0000]
LayoutInline {I} at (0,0) size 95x17
LayoutText {#text} at (0,0) size 95x17
text run at (0,0) width 95: "Italic and red. "
LayoutText {#text} at (94,0) size 31x17
text run at (94,0) width 31: "Red."
LayoutText {#text} at (124,0) size 129x17
text run at (124,0) width 129: " I should not be red."
LayoutBlockFlow (anonymous) at (0,170) size 784x18
LayoutInline {B} at (0,0) size 133x17
LayoutText {#text} at (0,0) size 37x17
text run at (0,0) width 37: "Bold "
LayoutInline {I} at (0,0) size 97x17
LayoutText {#text} at (36,0) size 97x17
text run at (36,0) width 97: "Bold and italic"
LayoutInline {I} at (0,0) size 78x17
LayoutText {#text} at (132,0) size 78x17
text run at (132,0) width 78: " Only Italic "
LayoutText {#text} at (209,0) size 34x17
text run at (209,0) width 34: "Plain"
|