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

Unified Diff: LayoutTests/editing/spelling/spelling-insert-html.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-insert-html.html
diff --git a/LayoutTests/editing/spelling/spelling-insert-html.html b/LayoutTests/editing/spelling/spelling-insert-html.html
index 7d8f9baf83bc64eccdd670b33781545452b557ac..efd4f5a4f3ffa2c5e8b10446e9fc133c8f186b7b 100644
--- a/LayoutTests/editing/spelling/spelling-insert-html.html
+++ b/LayoutTests/editing/spelling/spelling-insert-html.html
@@ -36,9 +36,6 @@ if (window.internals) {
shouldBeEqualToString("markedText", "zz");
}
-if (window.testRunner)
- testRunner.dumpAsText();
-
</script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698