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
|
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 784x576
LayoutBlockFlow {P} at (0,0) size 784x36
LayoutText {#text} at (0,0) size 781x35
text run at (0,0) width 486: "This tests to make sure that breaking a quoted list doesn't renumber the list. "
text run at (485,0) width 296: "You should see a list broken in two below, the"
text run at (0,18) width 191: "list items numbered 1, 2, 3, 4."
LayoutBlockFlow {DIV} at (0,52) size 784x122
LayoutBlockFlow {BLOCKQUOTE} at (2,0) size 742x36 [color=#0000FF] [border: none (2px solid #0000FF)]
LayoutBlockFlow {OL} at (2,0) size 740x36
LayoutListItem {LI} at (40,0) size 700x18
LayoutListMarker (anonymous) at (-16,0) size 16x17: "1"
LayoutText {#text} at (0,0) size 27x17
text run at (0,0) width 27: "One"
LayoutListItem {LI} at (40,18) size 700x18
LayoutListMarker (anonymous) at (-16,0) size 16x17: "2"
LayoutText {#text} at (0,0) size 29x17
text run at (0,0) width 29: "Two"
LayoutBlockFlow (anonymous) at (0,52) size 784x18
LayoutBR {BR} at (0,0) size 0x17
LayoutBlockFlow {BLOCKQUOTE} at (2,86) size 742x36 [color=#0000FF] [border: none (2px solid #0000FF)]
LayoutBlockFlow {OL} at (2,0) size 740x36
LayoutListItem {LI} at (40,0) size 700x18
LayoutListMarker (anonymous) at (-16,0) size 16x17: "3"
LayoutText {#text} at (0,0) size 38x17
text run at (0,0) width 38: "Three"
LayoutListItem {LI} at (40,18) size 700x18
LayoutListMarker (anonymous) at (-16,0) size 16x17: "4"
LayoutText {#text} at (0,0) size 31x17
text run at (0,0) width 31: "Four"
caret: position 0 of child 2 {BR} of child 3 {DIV} of body
|