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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.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/live-edit.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html
index 9ebb994278f2e212b78b327fa9aa3980a263e256..70e1c3c65ea8650ea2f509bc9fe06cc5fb8bf131 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit.html
@@ -117,7 +117,6 @@ function test()
function didShowScriptSource(sourceFrame)
{
testSourceFrame = sourceFrame;
- InspectorTest.prepareSourceFrameForBreakpointTest(sourceFrame);
InspectorTest.waitJavaScriptSourceFrameBreakpoints(sourceFrame).then(breakpointAdded);
InspectorTest.setBreakpoint(sourceFrame, 2, "", true);
}
@@ -145,7 +144,6 @@ function test()
function didShowScriptSource(sourceFrame)
{
testSourceFrame = sourceFrame;
- InspectorTest.prepareSourceFrameForBreakpointTest(sourceFrame);
InspectorTest.waitJavaScriptSourceFrameBreakpoints(testSourceFrame).then(breakpointAdded);
InspectorTest.setBreakpoint(sourceFrame, 3, "", true);
}

Powered by Google App Engine
This is Rietveld 408576698