| Index: LayoutTests/inspector/sources/debugger-ui/reveal-not-skipped.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/reveal-not-skipped.html b/LayoutTests/inspector/sources/debugger-ui/reveal-not-skipped.html
|
| similarity index 98%
|
| rename from LayoutTests/inspector/sources/debugger/reveal-not-skipped.html
|
| rename to LayoutTests/inspector/sources/debugger-ui/reveal-not-skipped.html
|
| index 63e038a191529a08d48a8ac46b993eb0388ee57b..80b33f15b9b0d48eae9255b13efbb5891052985c 100644
|
| --- a/LayoutTests/inspector/sources/debugger/reveal-not-skipped.html
|
| +++ b/LayoutTests/inspector/sources/debugger-ui/reveal-not-skipped.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/script1.js"></script>
|
| +<script src="../debugger/resources/script1.js"></script>
|
| <script>
|
| function throwAnException()
|
| {
|
|
|