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