/home/clopez/webkit/webkit/layout-test-results/editing/deleting/delete-by-word-002-actual.txt

33EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
44EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
55EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 6EDITING DELEGATE: shouldDeleteDOMRange:range from 4 of #text > DIV > DIV > BODY > HTML > #document to 7 of #text > DIV > DIV > BODY > HTML > #document
 7EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 8EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 9EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
 10EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 4 of #text > DIV > DIV > BODY > HTML > #document to 4 of #text > DIV > DIV > BODY > HTML > #document toDOMRange:range from 4 of #text > DIV > DIV > BODY > HTML > #document to 7 of #text > DIV > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
 11EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 12EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
 13Tests:
 14Option-delete when no typing command is open, then undo.
 15Expected Results:
 16It should like this, with the word "two" selected:
 17one two three four
 18one two three four
 19DeleteWord: <div id="test" class="editing">one &nbsp;three four</div>
 20execUndoCommand: <div id="test" class="editing">one two three four</div>