| Index: LayoutTests/inspector/sources/debugger-step/debugger-step-into-async2.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/debugger-step-into-async2.html b/LayoutTests/inspector/sources/debugger-step/debugger-step-into-async2.html
|
| similarity index 96%
|
| rename from LayoutTests/inspector/sources/debugger/debugger-step-into-async2.html
|
| rename to LayoutTests/inspector/sources/debugger-step/debugger-step-into-async2.html
|
| index 1be60f84c13e1c31355a70952a340590122c6049..53430cd72f6bc8bc8873ae7c67dbf9cbaaacd7b5 100644
|
| --- a/LayoutTests/inspector/sources/debugger/debugger-step-into-async2.html
|
| +++ b/LayoutTests/inspector/sources/debugger-step/debugger-step-into-async2.html
|
| @@ -2,7 +2,7 @@
|
| <head>
|
| <script src="../../../http/tests/inspector/inspector-test.js"></script>
|
| <script src="../../../http/tests/inspector/debugger-test.js"></script>
|
| -<script src="resources/framework.js"></script>
|
| +<script src="../debugger/resources/framework.js"></script>
|
| <script>
|
|
|
| var dummy = function FAIL_should_not_pause_here() { return 0; };
|
| @@ -131,7 +131,7 @@ function test()
|
| <p>
|
| Tests debugger StepIntoAsync action (part 2).
|
| </p>
|
| -<div><iframe src="resources/post-message-listener.html"
|
| +<div><iframe src="../debugger/resources/post-message-listener.html"
|
| id="iframe" width="800" height="100" style="border: 1px solid black;">
|
| </iframe></div>
|
| </body>
|
|
|