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

Unified Diff: LayoutTests/http/tests/inspector/layers-test.js

Issue 717243002: Timeline: do not imply event.thread.target is the main target (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove test expectation from moved test Created 6 years, 1 month 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/http/tests/inspector/layers-test.js
diff --git a/LayoutTests/http/tests/inspector/layers-test.js b/LayoutTests/http/tests/inspector/layers-test.js
index 42ec2cecd852cd2b873ca3e2f286d426a53b9853..551e381e0f055cd4711891ce09e41121da13b268 100644
--- a/LayoutTests/http/tests/inspector/layers-test.js
+++ b/LayoutTests/http/tests/inspector/layers-test.js
@@ -1,8 +1,5 @@
function initialize_LayerTreeTests()
{
-
- InspectorTest.preloadPanel("layers");
-
InspectorTest.layerTreeModel = WebInspector.targetManager.mainTarget().layerTreeModel;
InspectorTest.labelForLayer = function(layer)

Powered by Google App Engine
This is Rietveld 408576698