blob: d3f0a7679f7e69c21b13a1a60c26e2cc78020e50 [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>