1 This tests indenting "three" then executes the undo command after changing the editability to false. You should see one, two numbered 1 through 2 then three and four as a sublist starting with number 1. The undo should have no effect.
9 Before indent: <li>one</li> <li>two</li> <li id="test">three</li> <ol><li>four</li></ol>
10 After indent: <li>one</li> <li>two</li> <ol><li id="test">three</li><li>four</li></ol>
11 After undoing: <li>one</li> <li>two</li> <ol><li id="test">three</li><li>four</li></ol>