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

Unified Diff: LayoutTests/inspector/extensions/extensions-audits-tests.js

Issue 667623002: DevTools: make extension server a part of core, panels' code should depend on it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for review Created 6 years, 2 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/extensions/extensions-audits-tests.js
diff --git a/LayoutTests/inspector/extensions/extensions-audits-tests.js b/LayoutTests/inspector/extensions/extensions-audits-tests.js
index b00509ad5eb5c8a2bfc48aeec6235528bd6c74ec..bdab36d734e73d60bfd29d841db41811a8a31c9d 100644
--- a/LayoutTests/inspector/extensions/extensions-audits-tests.js
+++ b/LayoutTests/inspector/extensions/extensions-audits-tests.js
@@ -36,5 +36,7 @@ var initialize_ExtensionsAuditsTest = function()
InspectorTest.addResult("Progress: " + Math.round(100 * progress.value / progress.max) + "%");
}
+ // We will render DOM node results, so preload elements.
+ InspectorTest.preloadPanel("elements");
InspectorTest.preloadPanel("audits");
}

Powered by Google App Engine
This is Rietveld 408576698