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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-contents-event.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-contents-event.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-contents-event.html b/LayoutTests/fast/dom/shadow/shadow-contents-event.html
index ebed9112ed31eb6ce03c924648377d2f4cd2b550..ba0fc0c593da73ce568126dbea775b38612f5725 100644
--- a/LayoutTests/fast/dom/shadow/shadow-contents-event.html
+++ b/LayoutTests/fast/dom/shadow/shadow-contents-event.html
@@ -70,8 +70,6 @@ function moveMouse(oldElementId, newElementId)
function test()
{
- if (window.testRunner)
- testRunner.dumpAsText();
var ids = ['sandbox', 'details', 'summary'];
for (var i = 0; i < ids.length; ++i) {
var element = document.getElementById(ids[i]);

Powered by Google App Engine
This is Rietveld 408576698