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

Unified Diff: LayoutTests/fast/dom/shadow/distributed-node-focus.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/distributed-node-focus.html
diff --git a/LayoutTests/fast/dom/shadow/distributed-node-focus.html b/LayoutTests/fast/dom/shadow/distributed-node-focus.html
index 25e8dda50bd07662a1b90fcd751c246789401379..aa00346864a77c30d3973f5976a89940ed1d97dd 100644
--- a/LayoutTests/fast/dom/shadow/distributed-node-focus.html
+++ b/LayoutTests/fast/dom/shadow/distributed-node-focus.html
@@ -9,9 +9,6 @@
<div id="sandbox"></div>
<div id="console"></div>
<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-
var sandbox = document.getElementById('sandbox');
// A test for a non-distributed node.

Powered by Google App Engine
This is Rietveld 408576698