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 784x40
LayoutText {#text} at (0,0) size 752x39
text run at (0,0) width 455: "This tests to make sure that breaking a quoted list doesn't renumber the list. "
text run at (455,0) width 297: "You should see a list broken in two below, the list"
text run at (0,20) width 159: "items numbered 1, 2, 3, 4."
LayoutBlockFlow {DIV} at (0,56) size 784x132
LayoutBlockFlow {BLOCKQUOTE} at (2,0) size 742x40 [color=#0000FF] [border: none (2px solid #0000FF)]
LayoutBlockFlow {OL} at (2,0) size 740x40
LayoutListItem {LI} at (40,0) size 700x20
LayoutListMarker (anonymous) at (-16,0) size 16x19: "1"
LayoutText {#text} at (0,0) size 26x19
text run at (0,0) width 26: "One"
LayoutListItem {LI} at (40,20) size 700x20
LayoutListMarker (anonymous) at (-16,0) size 16x19: "2"
LayoutText {#text} at (0,0) size 27x19
text run at (0,0) width 27: "Two"
LayoutBlockFlow (anonymous) at (0,56) size 784x20
LayoutBR {BR} at (0,0) size 0x19
LayoutBlockFlow {BLOCKQUOTE} at (2,92) size 742x40 [color=#0000FF] [border: none (2px solid #0000FF)]
LayoutBlockFlow {OL} at (2,0) size 740x40
LayoutListItem {LI} at (40,0) size 700x20
LayoutListMarker (anonymous) at (-16,0) size 16x19: "3"
LayoutText {#text} at (0,0) size 35x19
text run at (0,0) width 35: "Three"
LayoutListItem {LI} at (40,20) size 700x20
LayoutListMarker (anonymous) at (-16,0) size 16x19: "4"
LayoutText {#text} at (0,0) size 29x19
text run at (0,0) width 29: "Four"
caret: position 0 of child 2 {BR} of child 3 {DIV} of body
|