blob: a2f22f75a7116a5fc48aee8077a4492d57e62409 [file] [log] [blame]
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
This tests outdenting "three". You should see 2 and 3 before "three" and "four" respectively.
one
two
three
four
Before: <li>one</li> <ol><li>two</li> <li id="test">three</li></ol> <li>four</li>
After: <li>one</li> <ol><li>two</li> </ol><li>three</li> <li>four</li>