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

Unified Diff: LayoutTests/fast/dom/shadow/gesture-tap.html

Issue 1169613002: Remove unnecessary testRunner.dumpAsText in LayoutTests/fast/dom/shadow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/fast/dom/shadow/gesture-tap.html
diff --git a/LayoutTests/fast/dom/shadow/gesture-tap.html b/LayoutTests/fast/dom/shadow/gesture-tap.html
index 991c0b2a34a574328165f8360d681f8e03a5d79d..b4a4a8d070cb92656a45060db11bdc153b169567 100644
--- a/LayoutTests/fast/dom/shadow/gesture-tap.html
+++ b/LayoutTests/fast/dom/shadow/gesture-tap.html
@@ -10,9 +10,6 @@
</div>
<pre id="console"></pre>
<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-
sandbox.appendChild(
createDOM('div', {'id': 'container'},
createDOM('div', {'id': 'div1'},

Powered by Google App Engine
This is Rietveld 408576698