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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html

Issue 2887903002: [DevTools] update decorations when there is no pending possibleBreakpoints (Closed)
Patch Set: better tests Created 3 years, 7 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: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html
index 37b20d3c84dd3cd3b73e8ba9945b70ab08f2fb1d..be3256c084e6764957adb0006b799318d05798b8 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html
@@ -30,7 +30,6 @@ var test = function()
function didShowScriptSource(sourceFrame)
{
currentSourceFrame = sourceFrame;
- InspectorTest.prepareSourceFrameForBreakpointTest(currentSourceFrame);
InspectorTest.addResult("Script source was shown.");
InspectorTest.waitUntilPaused(didPause);
InspectorTest.createNewBreakpoint(currentSourceFrame, 16, "", true)

Powered by Google App Engine
This is Rietveld 408576698