| Index: LayoutTests/http/tests/fetch/script-tests/thorough/redirect-loop.js
|
| diff --git a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-redirect-loop.js b/LayoutTests/http/tests/fetch/script-tests/thorough/redirect-loop.js
|
| similarity index 94%
|
| rename from LayoutTests/http/tests/fetch/script-tests/fetch-access-control-redirect-loop.js
|
| rename to LayoutTests/http/tests/fetch/script-tests/thorough/redirect-loop.js
|
| index 6b25e3003802f3fb26ea303396ef7fea3b5abe5c..31bdae061e4abb6cd3e4bf275a518d931dc5d9c9 100644
|
| --- a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-redirect-loop.js
|
| +++ b/LayoutTests/http/tests/fetch/script-tests/thorough/redirect-loop.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 = [
|
|
|