1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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 {DIV} at (0,0) size 784x18
LayoutText {#text} at (0,0) size 57x17
text run at (0,0) width 57: "OnlyThe"
LayoutInline {SPAN} at (0,0) size 33x17
LayoutText {#text} at (56,0) size 33x17
text run at (56,0) width 33: "Bold"
LayoutText {#text} at (88,0) size 75x17
text run at (88,0) width 75: "TextShould"
LayoutInline {SPAN} at (0,0) size 19x17
LayoutText {#text} at (162,0) size 19x17
text run at (162,0) width 19: "Be"
LayoutText {#text} at (180,0) size 55x17
text run at (180,0) width 55: "Selected"
selection start: position 0 of child 0 {#text} of child 1 {SPAN} of child 1 {DIV} of body
selection end: position 4 of child 0 {#text} of child 1 {SPAN} of child 1 {DIV} of body
|