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
59
60
61
62
63
64
65
66
67
68
69
70
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x280
LayoutBlockFlow {HTML} at (0,0) size 800x279.88
LayoutBlockFlow {BODY} at (8,21.44) size 784x242.44
LayoutBlockFlow {H1} at (0,0) size 784x37
LayoutText {#text} at (0,0) size 529x36
text run at (0,0) width 529: "Letter spacing lost for emphasized text"
LayoutBlockFlow {P} at (0,58.44) size 784x40
LayoutText {#text} at (0,0) size 268x19
text run at (0,0) width 268: "This example demonstrates that text inside a "
LayoutInline {CODE} at (0,0) size 8x16
LayoutText {#text} at (268,3) size 8x16
text run at (268,3) width 8: "b"
LayoutText {#text} at (276,0) size 8x19
text run at (276,0) width 8: ", "
LayoutInline {CODE} at (0,0) size 8x16
LayoutText {#text} at (284,3) size 8x16
text run at (284,3) width 8: "i"
LayoutText {#text} at (292,0) size 8x19
text run at (292,0) width 8: ", "
LayoutInline {CODE} at (0,0) size 48x16
LayoutText {#text} at (300,3) size 48x16
text run at (300,3) width 48: "strong"
LayoutText {#text} at (348,0) size 21x19
text run at (348,0) width 21: " or "
LayoutInline {CODE} at (0,0) size 16x16
LayoutText {#text} at (369,3) size 16x16
text run at (369,3) width 16: "em"
LayoutText {#text} at (385,0) size 105x19
text run at (385,0) width 105: " element loses its "
LayoutInline {CODE} at (0,0) size 112x16
LayoutText {#text} at (490,3) size 112x16
text run at (490,3) width 112: "letter-spacing"
LayoutText {#text} at (602,0) size 776x39
text run at (602,0) width 174: " CSS attribute that should be"
text run at (0,20) width 263: "inherited. This was discovered in Safari 1.0."
LayoutBlockFlow {DIV} at (0,114.44) size 784x128
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 126x19
text run at (0,0) width 126: "Text inside "
LayoutInline {B} at (0,0) size 48x19
LayoutText {#text} at (125,0) size 48x19
text run at (125,0) width 48: "bold"
LayoutText {#text} at (172,0) size 98x19
text run at (172,0) width 98: " element."
LayoutBlockFlow {P} at (0,36) size 784x20
LayoutText {#text} at (0,0) size 126x19
text run at (0,0) width 126: "Text inside "
LayoutInline {STRONG} at (0,0) size 71x19
LayoutText {#text} at (125,0) size 71x19
text run at (125,0) width 71: "strong"
LayoutText {#text} at (195,0) size 99x19
text run at (195,0) width 99: " element."
LayoutBlockFlow {P} at (0,72) size 784x20
LayoutText {#text} at (0,0) size 126x19
text run at (0,0) width 126: "Text inside "
LayoutInline {I} at (0,0) size 62x19
LayoutText {#text} at (125,0) size 62x19
text run at (125,0) width 62: "italic"
LayoutText {#text} at (186,0) size 98x19
text run at (186,0) width 98: " element."
LayoutBlockFlow {P} at (0,108) size 784x20
LayoutText {#text} at (0,0) size 126x19
text run at (0,0) width 126: "Text inside "
LayoutInline {EM} at (0,0) size 98x19
LayoutText {#text} at (125,0) size 98x19
text run at (125,0) width 98: "emphasis"
LayoutText {#text} at (222,0) size 99x19
text run at (222,0) width 99: " element."
|