Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / outdent-nested-lists-4-expected.txt
blobdad37cfb1541a57c7782b4f09b378ff6993bd1e6
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".
6 one
7 two
8 three
9 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>