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 784x18
LayoutText {#text} at (0,0) size 69x17
text run at (0,0) width 69: "All of this "
LayoutInline {SPAN} at (0,0) size 91x17
LayoutText {#text} at (68,0) size 91x17
text run at (68,0) width 91: "text should be"
LayoutText {#text} at (158,0) size 45x17
text run at (158,0) width 45: " green."
LayoutBlockFlow {UL} at (0,34) size 784x18
LayoutListItem {LI} at (40,0) size 744x18
LayoutListMarker (anonymous) at (-17,0) size 7x17: bullet
LayoutText {#text} at (0,0) size 380x17
text run at (0,0) width 380: "All of this text should be green. The bullet should be black."
LayoutBlockFlow {DIV} at (0,68) size 784x55 [color=#FF0000]
LayoutInline {SPAN} at (0,0) size 438x17 [color=#008000]
LayoutInline {<pseudo:first-letter>} at (0,0) size 35x53
LayoutTextFragment (anonymous) at (0,1) size 35x53
text run at (0,1) width 35: "A"
LayoutTextFragment {#text} at (34,30) size 404x17
text run at (34,30) width 404: "ll of this text should be green, including the big \"A\" first-letter."
LayoutBlockFlow {P} at (0,139) size 784x0
LayoutBlockFlow {DIV} at (0,139) size 784x18
LayoutBlockFlow {DIV} at (0,0) size 165.75x18 [color=#FF0000]
LayoutText {#text} at (0,0) size 166x17
text run at (0,0) width 166: "This text should be green."
|