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

Unified Diff: LayoutTests/fast/dom/shadow/compare-document-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-document-position.html
diff --git a/LayoutTests/fast/dom/shadow/compare-document-position.html b/LayoutTests/fast/dom/shadow/compare-document-position.html
index 72c41301945dd59ac970c1476fdbb50dbe118db8..ea7e52aeeaac5f7a48b05b096824076d3ef1dc88 100644
--- a/LayoutTests/fast/dom/shadow/compare-document-position.html
+++ b/LayoutTests/fast/dom/shadow/compare-document-position.html
@@ -10,9 +10,6 @@
<script>
description("Tests for Node.compareDocumentPosition() for nodes in shadow tree.");
-if (window.testRunner)
- testRunner.dumpAsText();
-
document.getElementById('sandbox').appendChild(
createDOM('div', {'id': 'a1'},
createDOM('div', {'id': 'a2'},
« no previous file with comments | « LayoutTests/fast/dom/shadow/access-key.html ('k') | LayoutTests/fast/dom/shadow/compare-treescope-position.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698