Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / smart-paste-005-expected.txt
blob4bcba3fe0a4e90f1f8ac70a8975e27f17ccc8522
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: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 Tests: 
11 Smart paste when pasting in the middle of a word.
12 Expected Results: 
13 Spaces should be added before and after the pasted word. It should look like this: 
14 te test st
15 te test st
16 execCopyCommand: <div id="test" class="editing"> test </div>
17 execPasteCommand: <div id="test" class="editing"> te test st</div>