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

Unified Diff: LayoutTests/editing/spelling/markers-input-type-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
« no previous file with comments | « LayoutTests/editing/spelling/markers.html ('k') | LayoutTests/editing/spelling/spellcheck-async.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/spelling/markers-input-type-text.html
diff --git a/LayoutTests/editing/spelling/markers-input-type-text.html b/LayoutTests/editing/spelling/markers-input-type-text.html
index 8cf635ef23c67baff3749eb5fe477e8ee0f7bd80..e3b1f1727de8b639c8c3e0c48924bb01cd55253a 100644
--- a/LayoutTests/editing/spelling/markers-input-type-text.html
+++ b/LayoutTests/editing/spelling/markers-input-type-text.html
@@ -36,9 +36,6 @@ if (!window.internals) {
internals.settings.setUnifiedTextCheckerEnabled(true);
-if (window.testRunner)
- testRunner.dumpAsText();
-
typeText(testTextArea, 'zz. ');
shouldBe('internals.markerCountForNode(findFirstTextNode(testTextArea), "spelling")', '1');
« no previous file with comments | « LayoutTests/editing/spelling/markers.html ('k') | LayoutTests/editing/spelling/spellcheck-async.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698