| Index: third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-4-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-4-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-4-expected.txt
|
| deleted file mode 100644
|
| index dad37cfb1541a57c7782b4f09b378ff6993bd1e6..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-4-expected.txt
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
|
| -This tests outdenting ordered lists that contains an unordered-list. You should see 1 through 3 before numbers "two" through "four".
|
| -one
|
| -two
|
| -three
|
| -four
|
| -Before: <ol><li>one</li> <li id="start">two</li></ol> <ul><li>three</li></ul> <ol><li id="end">four</li></ol>
|
| -After: <ol><li>one</li> </ol><li>two</li> <li>three</li> <li>four</li>
|
|
|