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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/input-type-text-expected.txt

Issue 2456473002: Convert input-type-text.html with spellcheck_test (Closed)
Patch Set: Thu Oct 27 11:36:46 JST 2016 Created 4 years, 2 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/spelling/input-type-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/input-type-text-expected.txt b/third_party/WebKit/LayoutTests/editing/spelling/input-type-text-expected.txt
deleted file mode 100644
index 1295c1a772e17289a11cb4faadd9a03908f40596..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/spelling/input-type-text-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Spell check selects the misspelled word on context click in an input field. 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 window.getSelection().toString() is "wellcome"
-PASS window.getSelection().toString() is ""
-PASS window.getSelection().toString() is "wellcome"
-PASS window.getSelection().toString() is "home"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698