| Index: LayoutTests/http/tests/inspector/network/script-long-url.html
|
| diff --git a/LayoutTests/http/tests/inspector/network/script-as-text-loading-long-url.html b/LayoutTests/http/tests/inspector/network/script-long-url.html
|
| similarity index 87%
|
| rename from LayoutTests/http/tests/inspector/network/script-as-text-loading-long-url.html
|
| rename to LayoutTests/http/tests/inspector/network/script-long-url.html
|
| index 113ce65e0a888a15751c5a64f195fa9609512846..9e9c0f5d558b113ee2e8989b3dd582dc8c18945c 100644
|
| --- a/LayoutTests/http/tests/inspector/network/script-as-text-loading-long-url.html
|
| +++ b/LayoutTests/http/tests/inspector/network/script-long-url.html
|
| @@ -6,7 +6,7 @@
|
| function loadScript()
|
| {
|
| var i = document.createElement('script');
|
| - i.src = "http://127.0.0.1:8000/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php";
|
| + i.src = "http://127.0.0.1:8000/inspector/network/resources/script-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php";
|
| document.body.appendChild(i);
|
| }
|
|
|
|
|