blob: 3c11f1ecde46d25ab60316044ac781592b735516 [file] [log] [blame]
Tests:
Option-delete when no typing command is open, then undo.
Expected Results:
It should like this, with the word "two" selected:
one two three four
one two three four
DeleteWord: <div id="test" class="editing">one three four</div>
execUndoCommand: <div id="test" class="editing">one two three four</div>