| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
|
| index ab4d7b3f685a4e4df98be12fc8d368fecd11ad4d..e128fb543160c7ef5a532944fda589ab689d16b7 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
|
| @@ -20,24 +20,6 @@ function test()
|
| {
|
| UI.viewManager.showView("resources");
|
| InspectorTest.runDebuggerTestSuite([
|
| - function testSetBreakpoint(next)
|
| - {
|
| - InspectorTest.showScriptSource("source-frame.html", didShowScriptSource);
|
| -
|
| - function didShowScriptSource(sourceFrame)
|
| - {
|
| - InspectorTest.addResult("Script source was shown.");
|
| - InspectorTest.addSniffer(Sources.JavaScriptSourceFrame.prototype, "_addBreakpointDecoration", didAddBreakpoint);
|
| - InspectorTest.setBreakpoint(sourceFrame, 14, "", true);
|
| - }
|
| -
|
| - function didAddBreakpoint(lineNumber)
|
| - {
|
| - InspectorTest.addResult("Breakpoint added to source frame at line " + lineNumber);
|
| - next();
|
| - }
|
| - },
|
| -
|
| function testConsoleMessage(next)
|
| {
|
| InspectorTest.showScriptSource("source-frame.html", didShowScriptSource);
|
|
|