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

Unified Diff: LayoutTests/fast/dom/shadow/focus-navigation-tabstop-crash.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/focus-navigation-tabstop-crash.html
diff --git a/LayoutTests/fast/dom/shadow/focus-navigation-tabstop-crash.html b/LayoutTests/fast/dom/shadow/focus-navigation-tabstop-crash.html
index 6a615438c4793fbacceec1dc045c759c0eb14eff..932dc25f98f1fadc14dee2da437e7ae0727d9a92 100644
--- a/LayoutTests/fast/dom/shadow/focus-navigation-tabstop-crash.html
+++ b/LayoutTests/fast/dom/shadow/focus-navigation-tabstop-crash.html
@@ -4,9 +4,6 @@
<input id="first"><input id="second">
<pre id="console"></pre>
<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-
if (!window.eventSender)
testFailed('');

Powered by Google App Engine
This is Rietveld 408576698