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

Unified Diff: LayoutTests/inspector/debugger/debugger-breakpoints-not-activated-on-reload.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-breakpoints-not-activated-on-reload.html
diff --git a/LayoutTests/inspector/debugger/debugger-breakpoints-not-activated-on-reload.html b/LayoutTests/inspector/debugger/debugger-breakpoints-not-activated-on-reload.html
index baea57aba1748a8c1b26a8b061e3016da97e805d..968b538dfa848985b7379ef8dd09cbc7b23dc0cd 100644
--- a/LayoutTests/inspector/debugger/debugger-breakpoints-not-activated-on-reload.html
+++ b/LayoutTests/inspector/debugger/debugger-breakpoints-not-activated-on-reload.html
@@ -25,7 +25,7 @@ var test = function()
{
InspectorTest.addResult("Main resource was shown.");
InspectorTest.setBreakpoint(sourceFrame, 8, "", true);
- WebInspector.panels.scripts._toggleBreakpointsButton.element.click();
+ WebInspector.panels.sources._toggleBreakpointsButton.element.click();
InspectorTest.reloadPage(step3);
}

Powered by Google App Engine
This is Rietveld 408576698