Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / paste-text-017-expected.txt
1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
7 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range from 5 of #text > DIV > DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > DIV > BODY > HTML > #document givenAction:WebViewInsertActionPasted
8 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > DIV > BODY > HTML > #document to 6 of DIV > DIV > BODY > HTML > #document toDOMRange:range from 0 of DIV > DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
10 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
11 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
12
13
14 Tests: 
15
16 Copying and pasting a whole line followed by a blank line could remove the blank line incorrectly, as in the case described in 
17 <rdar://problem/3951178> REGRESSION (Mail): blank line lost after pasting as quotation.
18
19
20 Expected Results:
21
22 Should see a blank line between "two" and "three"
23
24
25 | "
26 "
27 | <div>
28 |   class="editing"
29 |   id="test"
30 |   "
31 "
32 |   <div>
33 |     "
34 one
35 "
36 |   "
37 "
38 |   <div>
39 |     "
40     "
41 |     <br>
42 |       class="khtml-block-placeholder"
43 |     "
44 "
45 |   "
46 "
47 |   <div>
48 |     <div>
49 |       "two"
50 |   <div>
51 |     <#selection-caret>
52 |     <br>
53 |   "
54 "
55 |   <div>
56 |     "
57     three
58 "
59 |   "
60 "
61 | "
62 "