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

Unified Diff: LayoutTests/inspector/debugger/step-through-event-listeners.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/step-through-event-listeners.html
diff --git a/LayoutTests/inspector/debugger/step-through-event-listeners.html b/LayoutTests/inspector/debugger/step-through-event-listeners.html
index 508b5cd42f60b11e512ea52ae84b2c283cb131d1..4c08f116bdcbe4b506c7846c99ad8287ce76b798 100644
--- a/LayoutTests/inspector/debugger/step-through-event-listeners.html
+++ b/LayoutTests/inspector/debugger/step-through-event-listeners.html
@@ -28,7 +28,7 @@ function addListenerAndClick()
function test()
{
- var pane = WebInspector.showPanel("scripts").sidebarPanes.eventListenerBreakpoints;
+ var pane = WebInspector.showPanel("sources").sidebarPanes.eventListenerBreakpoints;
InspectorTest.runDebuggerTestSuite([
function testClickBreakpoint(next)
{

Powered by Google App Engine
This is Rietveld 408576698