| Index: third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-1-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-1-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-1-expected.txt
|
| deleted file mode 100644
|
| index a2f22f75a7116a5fc48aee8077a4492d57e62409..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-1-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 "three". You should see 2 and 3 before "three" and "four" respectively.
|
| -one
|
| -two
|
| -three
|
| -four
|
| -Before: <li>one</li> <ol><li>two</li> <li id="test">three</li></ol> <li>four</li>
|
| -After: <li>one</li> <ol><li>two</li> </ol><li>three</li> <li>four</li>
|
|
|