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
|
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
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 755x35
text run at (0,0) width 593: "This tests for a bug when a selection is replaced by content with selectReplacement == true. "
text run at (592,0) width 163: "Below, you should see 'A"
text run at (0,18) width 90: "new link' and "
text run at (89,18) width 157: "'link' should be selected."
LayoutBlockFlow {DIV} at (0,52) size 784x18
LayoutText {#text} at (0,0) size 47x17
text run at (0,0) width 47: "A new "
LayoutInline {A} at (0,0) size 26x17 [color=#0000EE]
LayoutText {#text} at (46,0) size 26x17
text run at (46,0) width 26: "link"
selection start: position 0 of child 0 {#text} of child 1 {A} of child 2 {DIV} of body
selection end: position 4 of child 0 {#text} of child 1 {A} of child 2 {DIV} of body
|