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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-root-js-api.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/shadow-root-js-api.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-root-js-api.html b/LayoutTests/fast/dom/shadow/shadow-root-js-api.html
index 24e49395e50169be22b6f1d48829164db9ec1bda..66b87c90d2c0faff630784253f8baffda4066105 100644
--- a/LayoutTests/fast/dom/shadow/shadow-root-js-api.html
+++ b/LayoutTests/fast/dom/shadow/shadow-root-js-api.html
@@ -12,9 +12,6 @@
<script>
description("Tests for ShadowRoot JS APIs. Can only run within DRT");
-if (window.testRunner)
- testRunner.dumpAsText();
-
// (which is always enabled in testing).
shouldBeDefined("window.ShadowRoot");
shouldThrow("new window.ShadowRoot(document.createElement('div'))");
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html ('k') | LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698