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

Unified Diff: chrome/browser/devtools/devtools_sanity_browsertest.cc

Issue 2297443002: DevTools: show extension name in console execution context selector. (Closed)
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/devtools_sanity_browsertest.cc
diff --git a/chrome/browser/devtools/devtools_sanity_browsertest.cc b/chrome/browser/devtools/devtools_sanity_browsertest.cc
index 40f1ffa5f40cfce98010896a826840954388a56f..87695839ea51b4e1c9fa3bc45cc6b6e640ce97cc 100644
--- a/chrome/browser/devtools/devtools_sanity_browsertest.cc
+++ b/chrome/browser/devtools/devtools_sanity_browsertest.cc
@@ -995,6 +995,13 @@ IN_PROC_BROWSER_TEST_F(DevToolsExtensionTest,
RunTest("testContentScriptIsPresent", kPageWithContentScript);
}
+// Tests that console selector shows correct context names.
+IN_PROC_BROWSER_TEST_F(DevToolsExtensionTest,
+ TestConsoleContextNames) {
+ LoadExtension("simple_content_script");
+ RunTest("testConsoleContextNames", kPageWithContentScript);
+}
+
// Tests that scripts are not duplicated after Scripts Panel switch.
IN_PROC_BROWSER_TEST_F(DevToolsSanityTest,
TestNoScriptDuplicatesOnPanelSwitch) {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698