| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/click-gutter-breakpoint.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/click-gutter-breakpoint.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/click-gutter-breakpoint.html
|
| index e2554ef807bfbb6df6cfa6b7ac9ca67f4415f988..c44e52b21502c79c53d95e3bbe3ead399690230e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/click-gutter-breakpoint.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/click-gutter-breakpoint.html
|
| @@ -41,16 +41,11 @@ function test()
|
|
|
| function runScript()
|
| {
|
| - InspectorTest.waitUntilPaused(pausedInF2);
|
| + Promise.all([InspectorTest.waitBreakpointSidebarPane(), new Promise(resolve => InspectorTest.waitUntilPaused(resolve))])
|
| + .then(() => InspectorTest.dumpBreakpointSidebarPane("while paused"))
|
| + .then(() => InspectorTest.completeDebuggerTest());
|
| InspectorTest.evaluateInPageWithTimeout("f2()");
|
| }
|
| -
|
| - function pausedInF2(callFrames)
|
| - {
|
| - InspectorTest.dumpBreakpointSidebarPane("while paused");
|
| - InspectorTest.completeDebuggerTest();
|
| - }
|
| -
|
| }
|
| </script>
|
| </head>
|
|
|