Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / smart-paste-002-expected.txt
blob83bcce3c65e4cf0ff8b438923dea3a9460431f0e
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 Tests: 
9 Smart paste when pasting at the beginning of a line before a word.
10 Expected Results: 
11 A space should be added after the pasted word before the preexising word. It should like this: 
12 test test
13 test test
14 execCopyCommand: <div id="test" class="editing"> test </div>
15 execPasteCommand: <div id="test" class="editing">test test </div>