| Index: third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-2-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-2-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-2-expected.txt
|
| deleted file mode 100644
|
| index 47c92214d1d175d293121ecfe1bfa5fe348928c0..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-2-expected.txt
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
|
| -EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
|
| -This tests outdenting "one". You see 1 before "one" but 1 and 2 before "two" and "three" respectively.
|
| -one
|
| -two
|
| -three
|
| -four
|
| -Before: <ol><li id="test">one</li> <li>two</li> <li>three</li></ol> <li>four</li>
|
| -After: <li>one</li><ol> <li>two</li> <li>three</li></ol> <li>four</li>
|
|
|