Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / indent-nested-lists-5-expected.txt
blob103d2c76053057999f77c724e65673970633032f
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 then a bullet before numbers "two", "three", and "four" respectively.
5 one
6 two
7 three
8 four
9 Before: <li>one</li> <ol><li>two</li></ol> <li id="test">three</li> <ul><li>four</li></ul>
10 After: <li>one</li> <ol><li>two</li><li id="test">three</li></ol> <ul><li>four</li></ul>