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

Unified Diff: LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html

Issue 23484056: [DevTools] Renaming Scripts panel to Sources panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modified missed files Created 7 years, 3 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 | LayoutTests/http/tests/inspector/debugger-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html
diff --git a/LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html b/LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html
index 8741cda4b049820a4c242d627537c39da54cf6bd..4a6f3c52c7937a0bcff9cfe3a07fd84ced27588b 100644
--- a/LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html
+++ b/LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html
@@ -50,7 +50,7 @@ function test()
function step3()
{
- var panel = WebInspector.showPanel("scripts");
+ var panel = WebInspector.showPanel("sources");
var uiSourceCodes = WebInspector.workspace.uiSourceCodesForProjectType(WebInspector.projectTypes.Network);
var urls = uiSourceCodes.map(function(uiSourceCode) { return uiSourceCode.name(); });
urls.sort();
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/debugger-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698