Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / win / editing / deleting / delete-by-word-002-expected.txt
blobd6f9e06e715c253e74cf7e5c2104e5f914df2047
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: webViewDidChange:WebViewDidChangeNotification
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
9 Tests: 
10 Option-delete when no typing command is open, then undo.
11 Expected Results: 
12 It should like this, with the word "two" selected: 
13 one two three four
14 one two three four
15 DeleteWord: <div id="test" class="editing">one three four</div>
16 execUndoCommand: <div id="test" class="editing">one two three four</div>