1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
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 782x35
text run at (0,0) width 782: "This tests that when a selection that starts at [replaced element, 1] is painted, the replaced element doesn't appear selected."
text run at (0,18) width 312: "This test uses an image for the replaced element."
LayoutBlockFlow {DIV} at (0,52) size 784x107
LayoutText {#text} at (0,89) size 23x17
text run at (0,89) width 23: "abc"
LayoutImage {IMG} at (22.20,0) size 76x103
LayoutText {#text} at (98,89) size 21x17
text run at (98,89) width 21: "def"
selection start: position 0 of child 2 {#text} of child 3 {DIV} of body
selection end: position 3 of child 2 {#text} of child 3 {DIV} of body
|