| Index: LayoutTests/http/tests/fetch/script-tests/thorough/redirect-credentials.js
|
| diff --git a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-redirect-credentials.js b/LayoutTests/http/tests/fetch/script-tests/thorough/redirect-credentials.js
|
| similarity index 97%
|
| rename from LayoutTests/http/tests/fetch/script-tests/fetch-access-control-redirect-credentials.js
|
| rename to LayoutTests/http/tests/fetch/script-tests/thorough/redirect-credentials.js
|
| index 66036469363a641a010460c227284393f3c4dfac..bce41a0d35f65e4467d5e4a964b295a9888037f4 100644
|
| --- a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-redirect-credentials.js
|
| +++ b/LayoutTests/http/tests/fetch/script-tests/thorough/redirect-credentials.js
|
| @@ -1,6 +1,6 @@
|
| if (self.importScripts) {
|
| - importScripts('../resources/fetch-test-helpers.js');
|
| - importScripts('../resources/fetch-access-control-util.js');
|
| + importScripts('/fetch/resources/fetch-test-helpers.js');
|
| + importScripts('/fetch/resources/thorough-util.js');
|
| }
|
|
|
| var TEST_TARGETS = [
|
|
|