| Index: LayoutTests/http/tests/inspector/network/script-as-text-loading-with-caret.html
|
| diff --git a/LayoutTests/http/tests/inspector/network/script-as-text-loading-with-caret.html b/LayoutTests/http/tests/inspector/network/script-as-text-loading-with-caret.html
|
| index 126a617deedd8a7d38c61e07fe2d77e5bbf87153..896693e14840730186118d316b5d696040a32aee 100644
|
| --- a/LayoutTests/http/tests/inspector/network/script-as-text-loading-with-caret.html
|
| +++ b/LayoutTests/http/tests/inspector/network/script-as-text-loading-with-caret.html
|
| @@ -6,7 +6,7 @@
|
| function loadScript()
|
| {
|
| var s = document.createElement("script");
|
| - s.src = "resources/script-as-text.php?this-is-a-weird=querystring-with^carats^like^these^because^who^doesnt^love^strange^characters^in^urls";
|
| + s.src = "resources/this-is-a-weird?querystring=with^carats^like^these^because^who^doesnt^love^strange^characters^in^urls";
|
| document.body.appendChild(s);
|
| }
|
|
|
|
|