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

Unified Diff: LayoutTests/inspector/debugger/debugger-step-into-event-listener.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-step-into-event-listener.html
diff --git a/LayoutTests/inspector/debugger/debugger-step-into-event-listener.html b/LayoutTests/inspector/debugger/debugger-step-into-event-listener.html
index f87822cd8931f40ff8b4f0561cd99b235125bea9..e9256bad401e3777c9483cd889db941610d79dbc 100644
--- a/LayoutTests/inspector/debugger/debugger-step-into-event-listener.html
+++ b/LayoutTests/inspector/debugger/debugger-step-into-event-listener.html
@@ -51,7 +51,7 @@ var test = function()
if (stepCount < 5) {
InspectorTest.addResult("Stepping into...");
- WebInspector.panels.scripts._stepIntoButton.element.click();
+ WebInspector.panels.sources._stepIntoButton.element.click();
InspectorTest.waitUntilResumed(InspectorTest.waitUntilPaused.bind(InspectorTest, step2));
} else
InspectorTest.completeDebuggerTest();
« no previous file with comments | « LayoutTests/inspector/debugger/debugger-step-in.html ('k') | LayoutTests/inspector/debugger/debugger-step-out.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698