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

Unified Diff: LayoutTests/fast/dom/shadow/input-shadow-nochange.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/input-shadow-nochange.html
diff --git a/LayoutTests/fast/dom/shadow/input-shadow-nochange.html b/LayoutTests/fast/dom/shadow/input-shadow-nochange.html
index 7d63c56cf0dcd28d002696c16189cafacbb0fc27..2e1a2e487f0af0f50b57648269e7bb6f02189519 100644
--- a/LayoutTests/fast/dom/shadow/input-shadow-nochange.html
+++ b/LayoutTests/fast/dom/shadow/input-shadow-nochange.html
@@ -15,8 +15,6 @@ function doTest() {
if (!window.testRunner || !window.internals)
return;
- testRunner.dumpAsText();
-
var input = document.createElement('input');
var inputTypes = [
"hidden", "text", "search", "tel", "url", "email", "password", "datetime",

Powered by Google App Engine
This is Rietveld 408576698