| Index: LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/source-url-comment.html b/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
|
| similarity index 98%
|
| rename from LayoutTests/inspector/sources/debugger/source-url-comment.html
|
| rename to LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
|
| index 58f8fdd8776993fd9b6950116b12e81bfe66ef4d..8c03c32aadb5e10089251ac70f19c5ac0173365d 100644
|
| --- a/LayoutTests/inspector/sources/debugger/source-url-comment.html
|
| +++ b/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
|
| @@ -38,14 +38,14 @@ function doURLAndMappingURL()
|
| function addScriptWithURL()
|
| {
|
| var script = document.createElement("script");
|
| - script.src = "resources/script-with-url.js";
|
| + script.src = "../debugger/resources/script-with-url.js";
|
| document.head.appendChild(script);
|
| }
|
|
|
| function addScriptWithPoorURL()
|
| {
|
| var script = document.createElement("script");
|
| - script.src = "resources/script-with-poor-url.js";
|
| + script.src = "../debugger/resources/script-with-poor-url.js";
|
| document.head.appendChild(script);
|
| }
|
|
|
|
|