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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spelling-should-select-single-word-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-single-word-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spelling-should-select-single-word-expected.txt b/third_party/WebKit/LayoutTests/editing/spelling/spelling-should-select-single-word-expected.txt
deleted file mode 100644
index 6eba97f3ba519f41a3fa5c7101db6aa695b25db6..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/spelling/spelling-should-select-single-word-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-Spell check selects the misspelled word on context click. To test manually, type 'wellcome home.' and context-click on 'wellcome'. The test succeeds when 'wellcome' is selected after the context click.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS spellingMarkerRange.toString() is "wellcome"
-PASS window.getSelection().toString() is ""
-PASS spellingMarkerRange.toString() is "wellcome"
-PASS window.getSelection().toString() is "wellcome"
-PASS contextMenuElements[contextMenuElements.length - 1] is "welcome"
-PASS window.getSelection().toString() is ""
-PASS window.getSelection().toString() is ""
-PASS contextMenuElements[contextMenuElements.length - 1] is "<separator>"
-PASS spellingMarkerRange.toString() is "wellcome"
-PASS window.getSelection().toString() is ""
-PASS spellingMarkerRange.toString() is "wellcome"
-PASS window.getSelection().toString() is "wellcome"
-PASS contextMenuElements[contextMenuElements.length - 1] is "welcome"
-PASS window.getSelection().toString() is ""
-PASS window.getSelection().toString() is "home"
-PASS contextMenuElements[contextMenuElements.length - 1] is "<separator>"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-wellcome home.

Powered by Google App Engine
This is Rietveld 408576698