Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / indent-nested-lists-4-expected.txt
blob85a34985d82fd89dfda4284187ca04613f5abbab
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
5 This tests indenting "three" and "four". You should see 1 through 4 in order before numbers "two" through "five".
6 one
7 two
8 three
9 four
10 five
11 Before: <li>one</li> <ol><li>two</li></ol> <li id="test1">three</li> <li id="test2">four</li> <ol><li>five</li></ol>
12 After: <li>one</li> <ol><li>two</li><li id="test1">three</li><li id="test2">four</li><li>five</li></ol>