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

Unified Diff: LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt

Issue 219073002: design-mode-spellcheck-off.html is always passing (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
Index: LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
diff --git a/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt b/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
index 8c0fd81e982cf3f840dd0aa3e0dbe16b27e02ea6..1c175417dfce47d53c02400a6711f72872ee1856 100644
--- a/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
+++ b/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
@@ -1,9 +1,11 @@
-This tests whether WebKit does not spell check in 'designMode' when spellcheck='false'. To test manually, click 'asdf' above. There should be no spelling marker for 'asdf' after the click.
+This tests whether WebKit does not spell check in 'designMode' when spellcheck='false'. To test manually, click arround 'asdf'. There should be no spelling marker for 'asdf' after the click.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS internals.hasSpellingMarker(document, 0, 4) became false
+document.body.setAttribute("spellcheck", "true")
+PASS internals.hasSpellingMarker(document, 0, 4) became different from false
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698