Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / indent-nested-lists-6-expected.txt
blob635e3233d5d0435a36ecfe390e9b0ceb30e23edb
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
4 This tests indenting "three". You should see a bullet then 1 and 2 before numbers "two", "three", and "four" respectively.
5 one
6 two
7 three
8 four
9 Before: <li>one</li> <ul><li>two</li></ul> <li id="test">three</li> <ol><li>four</li></ol>
10 After: <li>one</li> <ul><li>two</li></ul> <ol><li id="test">three</li><li>four</li></ol>