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

Unified Diff: LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host.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-slide-on-shadow-host.html
diff --git a/LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host.html b/LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host.html
index 88e7029ebac176f6d6bc46db6237ec5e86a12e07..fb0d555c6241bb84b699f1a44171b99d1859bfc2 100644
--- a/LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host.html
+++ b/LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host.html
@@ -101,9 +101,6 @@ function runTest() {
shouldBe('inputB.selectionEnd', '1');
}
-if (window.testRunner)
- testRunner.dumpAsText();
-
if (!window.eventSender)
testFailed('');

Powered by Google App Engine
This is Rietveld 408576698