Index: third_party/WebKit/LayoutTests/platform/win/editing/deleting/delete-by-word-002-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/editing/deleting/delete-by-word-002-expected.txt b/third_party/WebKit/LayoutTests/platform/win/editing/deleting/delete-by-word-002-expected.txt |
deleted file mode 100644 |
index d6f9e06e715c253e74cf7e5c2104e5f914df2047..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/win/editing/deleting/delete-by-word-002-expected.txt |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification |
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
-Tests: |
-Option-delete when no typing command is open, then undo. |
-Expected Results: |
-It should like this, with the word "two" selected: |
-one two three four |
-one two three four |
-DeleteWord: <div id="test" class="editing">one three four</div> |
-execUndoCommand: <div id="test" class="editing">one two three four</div> |