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

Unified Diff: LayoutTests/fast/dom/shadow/content-selector-query.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/content-selector-query.html
diff --git a/LayoutTests/fast/dom/shadow/content-selector-query.html b/LayoutTests/fast/dom/shadow/content-selector-query.html
index a673a6a55fed39283540d676c9a2be714c07f22c..69fdb32afd86eed2c8726785b11e420ea032830f 100644
--- a/LayoutTests/fast/dom/shadow/content-selector-query.html
+++ b/LayoutTests/fast/dom/shadow/content-selector-query.html
@@ -58,9 +58,6 @@ function doTest() {
if (!window.internals)
return;
- if (window.testRunner)
- testRunner.dumpAsText();
-
for (var i = 0; i < dataOfValidCases.length; ++i) {
test(dataOfValidCases[i], true);
}

Powered by Google App Engine
This is Rietveld 408576698