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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-root-activeElement.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-activeElement.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-root-activeElement.html b/LayoutTests/fast/dom/shadow/shadow-root-activeElement.html
index 3f442b29db5589306b1ae165c0f9a31ef115251e..87b538d983a934f5d65bd054b03ad8be9a804129 100644
--- a/LayoutTests/fast/dom/shadow/shadow-root-activeElement.html
+++ b/LayoutTests/fast/dom/shadow/shadow-root-activeElement.html
@@ -14,9 +14,6 @@ description("This tests the activeElement property of a ShadowRoot.");
if (!window.internals)
debug('This test runs on DRT only');
-if (window.testRunner)
- testRunner.dumpAsText();
-
document.getElementById('sandbox').appendChild(
createDOM('div', {},
createDOM('div', {'id': 'node-in-document', 'tabindex': 1}),

Powered by Google App Engine
This is Rietveld 408576698