1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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 784x36
LayoutText {#text} at (0,0) size 758x35
text run at (0,0) width 387: "This tests selection preservation during an indent operation. "
text run at (386,0) width 372: "The selection should start and end in the same parts of the"
text run at (0,18) width 369: "words 'foo' and 'bar' before and after the indent operation."
LayoutBlockFlow {DIV} at (0,52) size 784x36
LayoutBlockFlow {BLOCKQUOTE} at (40,0) size 744x36
LayoutInline {SPAN} at (0,0) size 22x17
LayoutText {#text} at (0,0) size 22x17
text run at (0,0) width 22: "foo"
LayoutBR {BR} at (21,14) size 1x0
LayoutInline {SPAN} at (0,0) size 21x17
LayoutText {#text} at (0,18) size 21x17
text run at (0,18) width 21: "bar"
selection start: position 1 of child 0 {#text} of child 0 {SPAN} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
selection end: position 2 of child 0 {#text} of child 1 {SPAN} of child 0 {BLOCKQUOTE} of child 2 {DIV} of body
|