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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/js-with-inline-stylesheets.html

Issue 2776523004: [DevTools] fixed some breakpoints-related tests (Closed)
Patch Set: more tests Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/js-with-inline-stylesheets.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/js-with-inline-stylesheets.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/js-with-inline-stylesheets.html
index 26cacfb49a530fb4619547dec842b4abcd633309..4f3037369ae1de83b17aecf0fedde3268eb8b390 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/js-with-inline-stylesheets.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/js-with-inline-stylesheets.html
@@ -25,8 +25,10 @@ var test = function()
{
currentSourceFrame = sourceFrame;
InspectorTest.addResult("Script source was shown.");
- InspectorTest.setBreakpoint(currentSourceFrame, 9, "", true);
- InspectorTest.runTestFunctionAndWaitUntilPaused(didPause);
+ InspectorTest.waitUntilPaused(didPause);
+ InspectorTest.createNewBreakpoint(currentSourceFrame, 9, "", true)
+ .then(() => InspectorTest.waitBreakpointSidebarPane())
+ .then(() => InspectorTest.runTestFunction());
}
function didPause(callFrames)
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698