Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/WebKit/LayoutTests/editing/deleting/delete-by-word-001-expected.txt

Issue 2252153004: Convert editing/delete-by-word-00[12].html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-08-18T16:31:46 Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/editing/deleting/delete-by-word-001-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/delete-by-word-001-expected.txt b/third_party/WebKit/LayoutTests/editing/deleting/delete-by-word-001-expected.txt
deleted file mode 100644
index 97d9d9b3ce8967445cff064387c027012d7f3abe..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/deleting/delete-by-word-001-expected.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-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
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-Tests:
-Option-delete when a typing command is open.
-Expected Results:
-Net result is a third "cha". It should like this:
-one two cha cha cha three four cha cha cha
-one two cha cha cha three four cha cha cha
-execTypeCharacterCommand: <div id="test" class="editing"> one two &nbsp;cha cha three four cha cha cha </div>
-execTypeCharacterCommand: <div id="test" class="editing"> one two a cha cha three four cha cha cha </div>
-execTypeCharacterCommand: <div id="test" class="editing"> one two ab cha cha three four cha cha cha </div>
-execTypeCharacterCommand: <div id="test" class="editing"> one two abc cha cha three four cha cha cha </div>
-DeleteWord: <div id="test" class="editing"> one two &nbsp;cha cha three four cha cha cha </div>
-execTypeCharacterCommand: <div id="test" class="editing"> one two c cha cha three four cha cha cha </div>
-execTypeCharacterCommand: <div id="test" class="editing"> one two ch cha cha three four cha cha cha </div>
-execTypeCharacterCommand: <div id="test" class="editing"> one two cha cha cha three four cha cha cha </div>

Powered by Google App Engine
This is Rietveld 408576698