| Index: LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight.js
|
| diff --git a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cors-preflight.js b/LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight.js
|
| similarity index 98%
|
| rename from LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cors-preflight.js
|
| rename to LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight.js
|
| index 31d47d9c00a566e25610943425659159abf46a76..fea9e4d5cda996a624cc58af3cd95ea1732d1539 100644
|
| --- a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-cors-preflight.js
|
| +++ b/LayoutTests/http/tests/fetch/script-tests/thorough/cors-preflight.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 preflight fetch (simple methods).
|
|
|