| Index: LayoutTests/inspector/sources/debugger/debugger-pause-with-overrides.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/debugger-pause-with-overrides.html b/LayoutTests/inspector/sources/debugger/debugger-pause-with-overrides.html
|
| deleted file mode 100644
|
| index 8d90269c2769de05954ddf54a7afaf414add8e8b..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/sources/debugger/debugger-pause-with-overrides.html
|
| +++ /dev/null
|
| @@ -1,38 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src="../../../http/tests/inspector/inspector-test.js"></script>
|
| -<script src="../../../http/tests/inspector/debugger-test.js"></script>
|
| -<script>
|
| -
|
| -function testFunction()
|
| -{
|
| - String = "aa";
|
| - debugger;
|
| -}
|
| -
|
| -var test = function()
|
| -{
|
| - InspectorTest.startDebuggerTest(step1);
|
| -
|
| - function step1()
|
| - {
|
| - InspectorTest.runTestFunctionAndWaitUntilPaused(step2);
|
| - }
|
| -
|
| - function step2(callFrames)
|
| - {
|
| - InspectorTest.captureStackTrace(callFrames);
|
| - InspectorTest.completeDebuggerTest();
|
| - }
|
| -}
|
| -
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="runTest()">
|
| -<p>
|
| -Tests that debugger will stop on "debugger" statement w/ overriden string, etc.
|
| -</p>
|
| -
|
| -</body>
|
| -</html>
|
|
|