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

Unified Diff: LayoutTests/inspector-protocol/layers/get-layers.html

Issue 183703003: Remove more testRunner.display() calls from LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Ditch fast/text/font-initial changes too Created 6 years, 10 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/inspector-protocol/layers/get-layers.html
diff --git a/LayoutTests/inspector-protocol/layers/get-layers.html b/LayoutTests/inspector-protocol/layers/get-layers.html
index 7c6a80d44a86cfd7f05db4799946eb638662a745..e70eeb8bffba11f6791139e214b1822b12f45b9a 100644
--- a/LayoutTests/inspector-protocol/layers/get-layers.html
+++ b/LayoutTests/inspector-protocol/layers/get-layers.html
@@ -10,8 +10,6 @@ function addCompositedLayer()
element.className = "composited";
element.id = "last-element";
document.body.appendChild(element);
- if (window.testRunner)
- testRunner.display();
};
function test()

Powered by Google App Engine
This is Rietveld 408576698