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

Unified Diff: LayoutTests/inspector/debugger/live-edit.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/live-edit.html
diff --git a/LayoutTests/inspector/debugger/live-edit.html b/LayoutTests/inspector/debugger/live-edit.html
index cb7b1722be9dc40f00870eb735907aa8cfcd466d..ae5916f8e1a592d1da67d0ec21c2dba6d7c8c23d 100644
--- a/LayoutTests/inspector/debugger/live-edit.html
+++ b/LayoutTests/inspector/debugger/live-edit.html
@@ -11,7 +11,7 @@
function test()
{
- var panel = WebInspector.showPanel("scripts");
+ var panel = WebInspector.showPanel("sources");
InspectorTest.runDebuggerTestSuite([
function testLiveEdit(next)

Powered by Google App Engine
This is Rietveld 408576698