Change log level: info -> debug
[framework/web/webkit-efl.git] / LayoutTests / editing / pasteboard / interchange-newline-4-expected.txt
1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 3 of #text > DIV > BODY > HTML > #document to 3 of #text > DIV > BODY > HTML > #document toDOMRange:range from 3 of #text > DIV > DIV > BODY > HTML > #document to 3 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
8 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
9 This tests for a bug where pasted content starting with an interchange newline would end up
10 outside of the editable region where it was pasted. You should see 'foo\nbar' below.
11 | "
12 "
13 | <div>
14 |   contenteditable="true"
15 |   id="test"
16 |   "foo"
17 |   <div>
18 |     "bar<#selection-caret>"
19 |     <br>
20 | "
21 non-editable
22 "
23 | <script>
24 |   "
25 runTest();
26 "