Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / smart-paste-001-expected.txt
blobdcd9193c5e97f1a23bc3a3fc6c5e672c74a4e163
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
6 Tests: 
7 Smart paste when pasting after a word at the end of a line.
8 Expected Results: 
9 A space should be added between the preexisting word and the word that's pasted. It should like this: 
10 test test
11 test test
12 execCopyCommand: <div id="test" class="editing"> test </div>
13 execPasteCommand: <div id="test" class="editing"> test test</div>