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

Unified Diff: LayoutTests/editing/spelling/markers.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 | « no previous file | LayoutTests/editing/spelling/markers-input-type-text.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/spelling/markers.html
diff --git a/LayoutTests/editing/spelling/markers.html b/LayoutTests/editing/spelling/markers.html
index 2b782291ea314265311941b89a7167c4d4ff59cd..3cc46a6775e5b8bddc1289b32b349fddba64569c 100644
--- a/LayoutTests/editing/spelling/markers.html
+++ b/LayoutTests/editing/spelling/markers.html
@@ -18,9 +18,6 @@
</div>
<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-
function createEditableElement(id, parent) {
var e = document.createElement('div');
e.setAttribute("contentEditable", "true");
« no previous file with comments | « no previous file | LayoutTests/editing/spelling/markers-input-type-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698