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
27
|
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 784x18
LayoutText {#text} at (0,0) size 691x17
text run at (0,0) width 388: "This tests modifying a selection created with a double click. "
text run at (387,0) width 304: "The new selection should use word granularity."
LayoutBlockFlow {P} at (0,34) size 784x36 [color=#008000]
LayoutText {#text} at (0,0) size 782x35
text run at (0,0) width 229: "This test does not run interactively. "
text run at (228,0) width 360: "It uses the testRunners eventSender to do mouse clicks. "
text run at (587,0) width 195: "To run it manually, triple click"
text run at (0,18) width 459: "on the second line in the box below (anywhere after \"whitespace:pre\"). "
text run at (458,18) width 281: "The triple click should select the entire line."
LayoutBlockFlow {DIV} at (0,86) size 784x60
LayoutBlockFlow {DIV} at (0,0) size 784x60 [border: (1px solid #0000FF)]
LayoutBlockFlow {PRE} at (1,14) size 782x32
LayoutText {#text} at (0,0) size 120x32
text run at (0,0) width 120: "this text is in"
text run at (120,0) width 0: " "
text run at (0,16) width 112: "whitespace:pre"
selection start: position 16 of child 0 {#text} of child 1 {PRE} of child 1 {DIV} of child 5 {DIV} of body
selection end: position 30 of child 0 {#text} of child 1 {PRE} of child 1 {DIV} of child 5 {DIV} of body
|