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

Unified Diff: LayoutTests/editing/spelling/markers-input-type-text.html

Issue 21694005: Spell check whole content of an editable element when it gets focused. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: style & spurious comment removal. Created 7 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: LayoutTests/editing/spelling/markers-input-type-text.html
diff --git a/LayoutTests/editing/spelling/markers-input-type-text.html b/LayoutTests/editing/spelling/markers-input-type-text.html
index cf393c4c61270eaecc64fafdb216007f03699796..866a84abd082009da6f2b80715f2e96c1d80a772 100644
--- a/LayoutTests/editing/spelling/markers-input-type-text.html
+++ b/LayoutTests/editing/spelling/markers-input-type-text.html
@@ -13,6 +13,7 @@
<script src="../../fast/js/resources/js-test-pre.js"></script>
</head>
<body onload="test();">
+<pre id="console"></pre>
<textarea id="testTextArea"></textarea><br/>
<input type="text" id="testInput" /><br/>
<br/>
@@ -30,7 +31,7 @@ function test()
var testInput = document.getElementById("testInput");
if (!window.internals) {
- alert("Test manually. See the description for steps");
+ log("Test manually. See the description for steps.");
return;
}
« no previous file with comments | « LayoutTests/editing/spelling/focusing-other-frame.html ('k') | LayoutTests/editing/spelling/spellcheck-editable-on-focus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698