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

Unified Diff: LayoutTests/inspector-protocol/layers/layer-protocol-test.js

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/layer-protocol-test.js
diff --git a/LayoutTests/inspector-protocol/layers/layer-protocol-test.js b/LayoutTests/inspector-protocol/layers/layer-protocol-test.js
index 08e03375758db561dc417d7a0298f922049e3177..16454eaeafb09ba49f5ac06cf39682dfd07d9ebe 100644
--- a/LayoutTests/inspector-protocol/layers/layer-protocol-test.js
+++ b/LayoutTests/inspector-protocol/layers/layer-protocol-test.js
@@ -46,11 +46,3 @@ InspectorTest.enableLayerTreeAgent = function(callback)
}
}
-
-function onLoad()
-{
- if (window.testRunner)
- window.testRunner.display();
-}
-
-window.addEventListener("load", onLoad, false);
« no previous file with comments | « LayoutTests/inspector-protocol/layers/get-layers.html ('k') | LayoutTests/inspector/extensions/extensions-events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698