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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html

Issue 2080173003: DevTools: pass theme name to the extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test rebaselined Created 4 years, 5 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: third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
index 53a18f8357fe8de19d85d43b2eb82b5529857096..6bc3edbe5ebaaba7058f252af429ec660a3df683 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
@@ -120,6 +120,12 @@ function initialize_extensionsPanelTest()
}
}
+function extension_testThemeName(nextTest)
+{
+ output("Theme name: " + webInspector.panels.themeName);
+ nextTest();
+}
+
function extension_testCreatePanel(nextTest)
{
var expectOnShown = false;
@@ -215,7 +221,7 @@ function extension_testSearch(nextTest)
panel.onSearch.addListener(callback);
extension_showPanel("extension");
-
+
function performSearch(query)
{
var panel = WebInspector.inspectorView.currentPanel();

Powered by Google App Engine
This is Rietveld 408576698