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

Unified Diff: LayoutTests/editing/spelling/spelling-huge-text.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/spelling-huge-text.html
diff --git a/LayoutTests/editing/spelling/spelling-huge-text.html b/LayoutTests/editing/spelling/spelling-huge-text.html
index d2932ff03ac54a2e2d642cc6ec4b0a5aff2ccf59..0495f9fb811a36b26d03f3293648230962882231 100644
--- a/LayoutTests/editing/spelling/spelling-huge-text.html
+++ b/LayoutTests/editing/spelling/spelling-huge-text.html
@@ -41,11 +41,6 @@ function test()
internals.settings.setUnifiedTextCheckerEnabled(true);
internals.settings.setAsynchronousSpellCheckingEnabled(true);
- if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
- }
-
internals.setContinuousSpellCheckingEnabled(false);
testEditable.focus();
internals.setContinuousSpellCheckingEnabled(true);

Powered by Google App Engine
This is Rietveld 408576698