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

Unified Diff: LayoutTests/editing/spelling/spelling-unified-emulation.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
« no previous file with comments | « LayoutTests/editing/spelling/spelling-insert-html.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/spelling/spelling-unified-emulation.html
diff --git a/LayoutTests/editing/spelling/spelling-unified-emulation.html b/LayoutTests/editing/spelling/spelling-unified-emulation.html
index e7bce74ea6d07ad142270bc94f4ded57bfb728c7..57b3a5e6fdbddc993ee8bd9c958cc41de19223ea 100644
--- a/LayoutTests/editing/spelling/spelling-unified-emulation.html
+++ b/LayoutTests/editing/spelling/spelling-unified-emulation.html
@@ -26,10 +26,6 @@ function removeChildren(node) {
node.removeChild(node.firstChild);
}
-if (window.testRunner) {
- testRunner.dumpAsText();
-}
-
if (window.internals)
internals.settings.setUnifiedTextCheckerEnabled(true);
« no previous file with comments | « LayoutTests/editing/spelling/spelling-insert-html.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698