Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / inserting / insert-3786362-fix-expected.txt
blobd55aba8a6d7f2034920b6322f646d06c5b8d0d1b
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
8 This demonstrates a bug: copying an empty line that's implemented with a br doesn't put an interchange newline on the pasteboard.  There should be two blank lines after the 'a'.
10 Before paste:
11 | "
13 | <div>
14 |   class="editing"
15 |   "a"
16 |   <br>
17 |   <br>
18 |   "b"
19 | "
21 | <div>
22 |   class="editing"
23 |   <#selection-caret>
24 | "
27 After paste:
28 | "
30 | <div>
31 |   class="editing"
32 |   "a"
33 |   <br>
34 |   <br>
35 |   "b"
36 | "
38 | <div>
39 |   class="editing"
40 |   "a"
41 |   <br>
42 |   <#selection-caret>
43 |   <br>
44 | "