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

Unified Diff: LayoutTests/inspector/debugger/source-url-comment.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
Index: LayoutTests/inspector/debugger/source-url-comment.html
diff --git a/LayoutTests/inspector/debugger/source-url-comment.html b/LayoutTests/inspector/debugger/source-url-comment.html
index 4366f51e9dfefde362f616dbb236d74071f38814..e0438258889353b42eb82ac9425c73ab9af51cfd 100644
--- a/LayoutTests/inspector/debugger/source-url-comment.html
+++ b/LayoutTests/inspector/debugger/source-url-comment.html
@@ -54,7 +54,7 @@ function test()
InspectorTest.assertTrue(!script.hasSourceURL, "hasSourceURL flag is set for inline script");
}
- var panel = WebInspector.panel("scripts");
+ var panel = WebInspector.panel("sources");
var uiSourceCodes = panel._workspace.uiSourceCodes();
for (var i = 0; i < uiSourceCodes.length; ++i)
InspectorTest.assertTrue(uiSourceCodes[i].originURL().indexOf("inlineScriptURL.js") === -1, "sourceURL comment in inline script was used as a script name");

Powered by Google App Engine
This is Rietveld 408576698