| Index: third_party/WebKit/LayoutTests/inspector-protocol/debugger/detach-when-paused-in-instrumentation.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-setInnerHTML.html b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/detach-when-paused-in-instrumentation.html
|
| similarity index 86%
|
| copy from third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-setInnerHTML.html
|
| copy to third_party/WebKit/LayoutTests/inspector-protocol/debugger/detach-when-paused-in-instrumentation.html
|
| index 862adcd6b8aef01caf97d288d75b7dd83e91ca68..47c38d79a8df981263ff21efd4f5e17592611d0b 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-setInnerHTML.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/detach-when-paused-in-instrumentation.html
|
| @@ -21,16 +21,13 @@ function test()
|
| {
|
| var callFrame = messageObject.params.callFrames[0];
|
| InspectorTest.log("Paused on the innerHTML assignment: " + callFrame.functionName + "@:" + callFrame.location.lineNumber);
|
| - InspectorTest.sendCommand("Debugger.resume", { }, didResume);
|
| - function didResume()
|
| - {
|
| - InspectorTest.completeTest();
|
| - }
|
| + InspectorTest.completeTest();
|
| }
|
| }
|
| </script>
|
| </head>
|
| <body onLoad="runTest();">
|
| <div id="divUnderTest"></div>
|
| +Tests that we don't crash when detaching on pause from instrumentation call.
|
| </body>
|
| </html>
|
|
|