1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
6 This tests indenting "three" then undoing the indent. You should see one, two and three numbered 1 through 3 then four as a sublist with number 1.
14 Before indent: <li>one</li> <li>two</li> <li id="test">three</li> <ol><li>four</li></ol>
15 After indent: <li>one</li> <li>two</li> <ol><li id="test">three</li><li>four</li></ol>
16 After undoing: <li>one</li> <li>two</li> <li id="test">three</li> <ol><li>four</li></ol>