blob: 635e3233d5d0435a36ecfe390e9b0ceb30e23edb [file] [log] [blame]
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
This tests indenting "three". You should see a bullet then 1 and 2 before numbers "two", "three", and "four" respectively.
one
two
three
four
Before: <li>one</li> <ul><li>two</li></ul> <li id="test">three</li> <ol><li>four</li></ol>
After: <li>one</li> <ul><li>two</li></ul> <ol><li id="test">three</li><li>four</li></ol>