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

Unified Diff: LayoutTests/inspector/debugger/debugger-suspend-active-dom-objects.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-suspend-active-dom-objects.html
diff --git a/LayoutTests/inspector/debugger/debugger-suspend-active-dom-objects.html b/LayoutTests/inspector/debugger/debugger-suspend-active-dom-objects.html
index 4bb33d61625f96f5939e00cf61e4aad99415bc31..17cd34f67e3fec38fc6c576adebab5245f666e39 100644
--- a/LayoutTests/inspector/debugger/debugger-suspend-active-dom-objects.html
+++ b/LayoutTests/inspector/debugger/debugger-suspend-active-dom-objects.html
@@ -11,7 +11,7 @@ function testFunction() {
function test()
{
- WebInspector.showPanel("scripts");
+ WebInspector.showPanel("sources");
InspectorTest.startDebuggerTest(startDebuggerTestCallback);
function startDebuggerTestCallback()
« no previous file with comments | « LayoutTests/inspector/debugger/debugger-step-over.html ('k') | LayoutTests/inspector/debugger/dynamic-scripts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698