| Index: LayoutTests/http/tests/fetch/script-tests/thorough/cors.js
|
| diff --git a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cors.js b/LayoutTests/http/tests/fetch/script-tests/thorough/cors.js
|
| similarity index 97%
|
| rename from LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cors.js
|
| rename to LayoutTests/http/tests/fetch/script-tests/thorough/cors.js
|
| index cb96286e212a4e8c1fb43208ce6b3db2af4fd956..409cf6a7d0f8915ccc976c3d3b36ba4074585cba 100644
|
| --- a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cors.js
|
| +++ b/LayoutTests/http/tests/fetch/script-tests/thorough/cors.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');
|
| }
|
|
|
| // Tests for CORS check and CORS filtered response.
|
|
|