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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-disabled-expected.txt

Issue 2224103003: Convert some spell-checking layout tests to use unified text checker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SpellCheckerDebugInfo
Patch Set: add setUnifiedTextCheckerEnabled(true) in util.js 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/spelling/spellcheck-paste-disabled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-disabled-expected.txt b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-disabled-expected.txt
deleted file mode 100644
index 90c42b4a4d93a1c5358a3d5e6620834f464be44c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-paste-disabled-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Test if WebKit does not spellcheck text when pasting text to an element having spellchecking disabled. To test manually, copy the text "zz apple" and paste it to the textarea. When "zz" is not marked as misspelled, this test succeeds.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS internals.hasSpellingMarker(document, 0, 2) became true
-PASS internals.hasSpellingMarker(document, 0, 2) became different from true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-zz apple
-
-zz apple

Powered by Google App Engine
This is Rietveld 408576698