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

Unified Diff: LayoutTests/fast/dom/shadow/compare-treescope-position.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/compare-treescope-position.html
diff --git a/LayoutTests/fast/dom/shadow/compare-treescope-position.html b/LayoutTests/fast/dom/shadow/compare-treescope-position.html
index fba10bda323834036b42c39991bca7fd20f6600d..da72905f979a8456ae1da2625ce080cfcf207cf1 100644
--- a/LayoutTests/fast/dom/shadow/compare-treescope-position.html
+++ b/LayoutTests/fast/dom/shadow/compare-treescope-position.html
@@ -10,9 +10,6 @@
<script>
description("Tests for TreeScope.comparePosition().");
-if (window.testRunner)
- testRunner.dumpAsText();
-
document.getElementById('sandbox').appendChild(
createDOM('div', {'id': 'a1'},
createDOM('div', {'id': 'a2'},
@@ -26,7 +23,7 @@ document.getElementById('sandbox').appendChild(
createDOM('div', {'id': 'c2'},
createShadowRoot({'id': 'sr3'},
createDOM('div', {'id': 'c3'}))))))));
-
+
var sr1, sr2, sr3;
function testCompareTreeScopePosition()

Powered by Google App Engine
This is Rietveld 408576698