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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spelling-should-select-multiple-words-expected.txt

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/spelling/spelling-should-select-multiple-words-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spelling-should-select-multiple-words-expected.txt b/third_party/WebKit/LayoutTests/editing/spelling/spelling-should-select-multiple-words-expected.txt
deleted file mode 100644
index ee54b21209f53c33056f37c2fe534aaedd5f2a76..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/spelling/spelling-should-select-multiple-words-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Spell check should select multi-word misspellings on context click. To test manually, enable 'Ask Google for Suggestions' in Chrome, type 'It should be upper case.', and context-click on the word 'upper'. The test succeeds when 'upper case' was selected after context click.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS spellingMarkerRange.toString() is "upper case"
-PASS window.getSelection().toString() is ""
-PASS spellingMarkerRange.toString() is "upper case"
-PASS window.getSelection().toString() is "upper case"
-PASS contextMenuElements[contextMenuElements.length - 1] is "uppercase"
-PASS spellingMarkerRange.toString() is "upper case"
-PASS window.getSelection().toString() is ""
-PASS spellingMarkerRange.toString() is "upper case"
-PASS window.getSelection().toString() is "upper case"
-PASS contextMenuElements[contextMenuElements.length - 1] is "uppercase"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-It should be upper case.

Powered by Google App Engine
This is Rietveld 408576698