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 784x40
LayoutText {#text} at (0,0) size 777x39
text run at (0,0) width 358: "This tests selection preservation during an indent operation. "
text run at (358,0) width 419: "The selection should start and end in the same parts of the words 'foo'"
text run at (0,20) width 279: "and 'bar' before and after the indent operation."
LayoutBlockFlow {DIV} at (0,56) size 784x40
LayoutBlockFlow {BLOCKQUOTE} at (40,0) size 744x40
LayoutInline {SPAN} at (0,0) size 20x19
LayoutText {#text} at (0,0) size 20x19
text run at (0,0) width 20: "foo"
LayoutBR {BR} at (20,15) size 0x0
LayoutInline {SPAN} at (0,0) size 20x19
LayoutText {#text} at (0,20) size 20x19
text run at (0,20) width 20: "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
|