| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-inline-breakpoint-decorations.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-inline-breakpoint-decorations.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-inline-breakpoint-decorations.html
|
| index 0ec8830db05243701a162d75834720e31909fcc1..6bd71acff1e1ed2e58798d525434cd2380efd4e1 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-inline-breakpoint-decorations.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/source-frame-inline-breakpoint-decorations.html
|
| @@ -31,7 +31,6 @@ function test()
|
| function addBreakpoint(sourceFrame)
|
| {
|
| javaScriptSourceFrame = sourceFrame;
|
| - InspectorTest.prepareSourceFrameForBreakpointTest(sourceFrame);
|
| InspectorTest.addResult("Setting breakpoint");
|
| InspectorTest.createNewBreakpoint(javaScriptSourceFrame, 3, "", true)
|
| .then(() => waitAndDumpDecorations(javaScriptSourceFrame).then(removeBreakpoint));
|
| @@ -53,7 +52,6 @@ function test()
|
| function addBreakpoint(sourceFrame)
|
| {
|
| javaScriptSourceFrame = sourceFrame;
|
| - InspectorTest.prepareSourceFrameForBreakpointTest(sourceFrame);
|
| InspectorTest.addResult("Setting breakpoint");
|
| InspectorTest.createNewBreakpoint(javaScriptSourceFrame, 5, "", true)
|
| .then(() => waitAndDumpDecorations(javaScriptSourceFrame).then(removeBreakpoint));
|
| @@ -74,7 +72,6 @@ function test()
|
| function addBreakpoint(sourceFrame)
|
| {
|
| javaScriptSourceFrame = sourceFrame;
|
| - InspectorTest.prepareSourceFrameForBreakpointTest(sourceFrame);
|
| InspectorTest.addResult("Setting breakpoint");
|
| InspectorTest.createNewBreakpoint(javaScriptSourceFrame, 3, "", true)
|
| .then(() => waitAndDumpDecorations(javaScriptSourceFrame).then(clickBySecondLocation));
|
| @@ -109,7 +106,6 @@ function test()
|
| function addBreakpoint(sourceFrame)
|
| {
|
| javaScriptSourceFrame = sourceFrame;
|
| - InspectorTest.prepareSourceFrameForBreakpointTest(sourceFrame);
|
| InspectorTest.addResult("Setting breakpoint in line 4");
|
| InspectorTest.toggleBreakpoint(sourceFrame, 4, false);
|
| waitAndDumpDecorations(javaScriptSourceFrame).then(toggleBreakpointInAnotherLine);
|
|
|