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
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 784x20
LayoutText {#text} at (0,0) size 338x19
text run at (0,0) width 338: "In the block below, the second 'bar ' should be selected."
LayoutBlockFlow {DIV} at (0,36) size 52x42 [border: (1px solid #000000)]
LayoutText {#text} at (1,1) size 44x19
text run at (1,1) width 44: "foo bar"
LayoutInline {SPAN} at (0,0) size 20x19
LayoutText {#text} at (1,21) size 20x19
text run at (1,21) width 20: "bar"
LayoutText {#text} at (21,21) size 25x19
text run at (21,21) width 25: " baz"
selection start: position 0 of child 0 {#text} of child 1 {SPAN} of child 2 {DIV} of body
selection end: position 1 of child 2 {#text} of child 2 {DIV} of body
|