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

Unified Diff: LayoutTests/editing/spelling/spelling-hasspellingmarker-expected.txt

Issue 204383002: Use asynchronous spellchecking in spelling-hasspellingmarker.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « LayoutTests/editing/spelling/spelling-hasspellingmarker.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/spelling/spelling-hasspellingmarker-expected.txt
diff --git a/LayoutTests/editing/spelling/spelling-hasspellingmarker-expected.txt b/LayoutTests/editing/spelling/spelling-hasspellingmarker-expected.txt
index 7aa57b5f74ad2c521dc2231fc429103547a7f387..1ebca133dd20cd900ff7d2f1cf12f174def6955d 100644
--- a/LayoutTests/editing/spelling/spelling-hasspellingmarker-expected.txt
+++ b/LayoutTests/editing/spelling/spelling-hasspellingmarker-expected.txt
@@ -1,12 +1,12 @@
-This tests internals.hasSpellingMarker works for differnt type of elements.
+This tests if internals.hasSpellingMarker works for differnt type of elements. This test succeds when there are four elements having "zz ". However, only the last one should not contatin spelling marker.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS hasMarked("<textarea id='test' cols='80' rows='10'></textarea>"); is true
-PASS hasMarked("<input id='test' type='text'>"); is true
-PASS hasMarked("<div id='test' contenteditable='true'></div>"); is true
-PASS hasMarked("<div id='test' contentEditable='true' spellcheck='false'></div>"); is false
+PASS internals.hasSpellingMarker(document, 0, 2) became true
+PASS internals.hasSpellingMarker(document, 0, 2) became true
+PASS internals.hasSpellingMarker(document, 0, 2) became true
+PASS internals.hasSpellingMarker(document, 0, 2) became false
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/editing/spelling/spelling-hasspellingmarker.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698