1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
4 This tests indenting "three". You should see 1, 2, and 3 before "two", "three", and "four" respectively.
9 Before: <li>one</li> <ol><li>two</li></ol> <li id="test">three</li> <ol><li>four</li></ol>
10 After: <li>one</li> <ol><li>two</li><li id="test">three</li><li>four</li></ol>