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 three four</div>
20execUndoCommand: <div id="test" class="editing">one two three four</div>