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

Unified Diff: LayoutTests/editing/spelling/spellcheck-async.html

Issue 43803002: dumpAsText() is unnecessarily called in spellchecking tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 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: LayoutTests/editing/spelling/spellcheck-async.html
diff --git a/LayoutTests/editing/spelling/spellcheck-async.html b/LayoutTests/editing/spelling/spellcheck-async.html
index 7d95de2eff45247d0177020940041a62bad0494d..afad86fc0d88fcaed0dcd4e04b1d5bde15fcd3fa 100644
--- a/LayoutTests/editing/spelling/spellcheck-async.html
+++ b/LayoutTests/editing/spelling/spellcheck-async.html
@@ -22,9 +22,6 @@ description("Test for Unified Spell Checker & Async Spell Checker.");
jsTestIsAsync = true;
-if (window.testRunner)
- testRunner.dumpAsText();
-
if (window.internals) {
internals.settings.setAsynchronousSpellCheckingEnabled(true);
internals.settings.setUnifiedTextCheckerEnabled(true);
« no previous file with comments | « LayoutTests/editing/spelling/markers-input-type-text.html ('k') | LayoutTests/editing/spelling/spellcheck-async-mutation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698