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

Unified Diff: LayoutTests/inspector/editor/text-editor-search-replace.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/editor/text-editor-search-replace.html
diff --git a/LayoutTests/inspector/editor/text-editor-search-replace.html b/LayoutTests/inspector/editor/text-editor-search-replace.html
index 895d00f75981741e5fa5c28e78e9ad4b6ba2b400..88f4381da8e997752381964fbd5217171d2e210d 100644
--- a/LayoutTests/inspector/editor/text-editor-search-replace.html
+++ b/LayoutTests/inspector/editor/text-editor-search-replace.html
@@ -9,7 +9,7 @@
function test()
{
var textEditor;
- WebInspector.showPanel("scripts");
+ WebInspector.showPanel("sources");
InspectorTest.showScriptSource("edit-me.js", didShowScriptSource);
function showReplaceField()
« no previous file with comments | « LayoutTests/inspector/debugger/xhr-breakpoints.html ('k') | LayoutTests/inspector/editor/text-editor-selection-to-search.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698