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

Unified Diff: LayoutTests/inspector/debugger/event-listener-breakpoints.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/event-listener-breakpoints.html
diff --git a/LayoutTests/inspector/debugger/event-listener-breakpoints.html b/LayoutTests/inspector/debugger/event-listener-breakpoints.html
index 3c8323544b83001ed031214782c66f1af2fd708f..fb506584d6912869c5a2fd8be42481e20c473b48 100644
--- a/LayoutTests/inspector/debugger/event-listener-breakpoints.html
+++ b/LayoutTests/inspector/debugger/event-listener-breakpoints.html
@@ -23,8 +23,8 @@ function timerFired()
function test()
{
- WebInspector.showPanel("scripts");
- var pane = WebInspector.panels.scripts.sidebarPanes.eventListenerBreakpoints;
+ WebInspector.showPanel("sources");
+ var pane = WebInspector.panels.sources.sidebarPanes.eventListenerBreakpoints;
InspectorTest.runDebuggerTestSuite([
function testClickBreakpoint(next)
{

Powered by Google App Engine
This is Rietveld 408576698