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
|
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 {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 61x19
text run at (0,0) width 61: "All of this "
LayoutInline {SPAN} at (0,0) size 84x19
LayoutText {#text} at (61,0) size 84x19
text run at (61,0) width 84: "text should be"
LayoutText {#text} at (145,0) size 41x19
text run at (145,0) width 41: " green."
LayoutBlockFlow {UL} at (0,36) size 784x20
LayoutListItem {LI} at (40,0) size 744x20
LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
LayoutText {#text} at (0,0) size 352x19
text run at (0,0) width 352: "All of this text should be green. The bullet should be black."
LayoutBlockFlow {DIV} at (0,72) size 784x57 [color=#FF0000]
LayoutInline {SPAN} at (0,0) size 400x19 [color=#008000]
LayoutInline {<pseudo:first-letter>} at (0,0) size 34x55
LayoutTextFragment (anonymous) at (0,1) size 34x55
text run at (0,1) width 34: "A"
LayoutTextFragment {#text} at (34,29) size 366x19
text run at (34,29) width 366: "ll of this text should be green, including the big \"A\" first-letter."
LayoutBlockFlow {P} at (0,145) size 784x0
LayoutBlockFlow {DIV} at (0,145) size 784x20
LayoutBlockFlow {DIV} at (0,0) size 154x20 [color=#FF0000]
LayoutText {#text} at (0,0) size 154x19
text run at (0,0) width 154: "This text should be green."
|