1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
5 This tests outdenting ordered lists that contains an unordered-list. You should see 1 through 3 before numbers "two" through "four".
10 Before: <ol><li>one</li> <li id="start">two</li></ol> <ul><li>three</li></ul> <ol><li id="end">four</li></ol>
11 After: <ol><li>one</li> </ol><li>two</li> <li>three</li> <li>four</li>