| Index: LayoutTests/http/tests/fetch/script-tests/thorough/auth-nocors.js
|
| diff --git a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-auth-nocors.js b/LayoutTests/http/tests/fetch/script-tests/thorough/auth-nocors.js
|
| similarity index 94%
|
| rename from LayoutTests/http/tests/fetch/script-tests/fetch-access-control-auth-nocors.js
|
| rename to LayoutTests/http/tests/fetch/script-tests/thorough/auth-nocors.js
|
| index ea76967dd1e96ce9c2cecaa4429166e167080711..541d71f72038800389a8743c8b8d7b4315b82cda 100644
|
| --- a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-auth-nocors.js
|
| +++ b/LayoutTests/http/tests/fetch/script-tests/thorough/auth-nocors.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 = [
|
|
|