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
|
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
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 784x78 [border: (2px solid #FF0000)]
LayoutTable {TABLE} at (14,14) size 29x50
LayoutTableSection {TBODY} at (0,0) size 29x50
LayoutTableRow {TR} at (0,2) size 29x22
LayoutTableCell {TD} at (2,2) size 25x22 [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (1,1) size 23x19
text run at (1,1) width 23: "foo"
LayoutTableRow {TR} at (0,26) size 29x22
LayoutTableCell {TD} at (2,26) size 25x22 [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (1,1) size 23x19
text run at (1,1) width 23: "bar"
selection start: position 1 of child 0 {#text} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 1 {TABLE} of child 1 {DIV} of body
selection end: position 2 of child 1 {TABLE} of child 1 {DIV} of body
|