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

Unified Diff: LayoutTests/inspector/debugger/debugger-autocontinue-on-syntax-error.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/debugger-autocontinue-on-syntax-error.html
diff --git a/LayoutTests/inspector/debugger/debugger-autocontinue-on-syntax-error.html b/LayoutTests/inspector/debugger/debugger-autocontinue-on-syntax-error.html
index ad8196b0edc00c99e715a625eb72f6441e24f4a7..8ddf517760c2bd50cb7a0fc4aa6464eb16f4e0d5 100644
--- a/LayoutTests/inspector/debugger/debugger-autocontinue-on-syntax-error.html
+++ b/LayoutTests/inspector/debugger/debugger-autocontinue-on-syntax-error.html
@@ -13,7 +13,7 @@ function loadIframe()
function test()
{
- WebInspector.showPanel("scripts");
+ WebInspector.showPanel("sources");
InspectorTest.startDebuggerTest(step1);
function step1()

Powered by Google App Engine
This is Rietveld 408576698