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
|
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 784x20
LayoutText {#text} at (0,0) size 762x19
text run at (0,0) width 419: "This tests for a bug when removing links from a selection with Unlink. "
text run at (419,0) width 343: "There shouldn't be any links *inside the selection* below."
LayoutBlockFlow {DIV} at (0,36) size 784x40
LayoutBlockFlow {DIV} at (0,0) size 784x20
LayoutInline {A} at (0,0) size 21x19 [color=#0000EE]
LayoutText {#text} at (0,0) size 21x19
text run at (0,0) width 21: "Hel"
LayoutInline {SPAN} at (0,0) size 11x19
LayoutText {#text} at (21,0) size 11x19
text run at (21,0) width 11: "lo"
LayoutBlockFlow (anonymous) at (0,20) size 784x0
LayoutBlockFlow {DIV} at (0,20) size 784x20
LayoutInline {SPAN} at (0,0) size 15x19
LayoutText {#text} at (0,0) size 15x19
text run at (0,0) width 15: "W"
LayoutText {#text} at (15,0) size 29x19
text run at (15,0) width 29: "orld!"
selection start: position 0 of child 0 {#text} of child 1 {SPAN} of child 0 {DIV} of child 2 {DIV} of body
selection end: position 1 of child 0 {#text} of child 0 {SPAN} of child 1 {DIV} of child 2 {DIV} of body
|