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

Unified Diff: LayoutTests/editing/spelling/spellcheck-async-mutation.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-mutation.html
diff --git a/LayoutTests/editing/spelling/spellcheck-async-mutation.html b/LayoutTests/editing/spelling/spellcheck-async-mutation.html
index ee16d2126f06beebde0b2bf5291e8e0213e5c603..3c0a358aafb44171a1fa3195c2ea10611490a7d6 100644
--- a/LayoutTests/editing/spelling/spellcheck-async-mutation.html
+++ b/LayoutTests/editing/spelling/spellcheck-async-mutation.html
@@ -31,9 +31,6 @@ description(
var 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/spellcheck-async.html ('k') | LayoutTests/editing/spelling/spellcheck-attribute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698