| Index: LayoutTests/http/tests/fetch/workers/thorough/auth-base-https-other-https.html
|
| diff --git a/LayoutTests/http/tests/fetch/workers/fetch-access-control-auth-nocors-other-https.html b/LayoutTests/http/tests/fetch/workers/thorough/auth-base-https-other-https.html
|
| similarity index 77%
|
| rename from LayoutTests/http/tests/fetch/workers/fetch-access-control-auth-nocors-other-https.html
|
| rename to LayoutTests/http/tests/fetch/workers/thorough/auth-base-https-other-https.html
|
| index ecb74628baab9dea03f6011bba054022a254b16d..3c934ca31022eca531fc4ecf796a2d1468bd8ad8 100644
|
| --- a/LayoutTests/http/tests/fetch/workers/fetch-access-control-auth-nocors-other-https.html
|
| +++ b/LayoutTests/http/tests/fetch/workers/thorough/auth-base-https-other-https.html
|
| @@ -9,7 +9,7 @@
|
| <script>
|
| function start(t) {
|
| fetch_tests_from_worker(
|
| - new Worker('../script-tests/fetch-access-control-auth-nocors.js?-other-https'));
|
| + new Worker('/fetch/script-tests/thorough/auth.js?-base-https-other-https'));
|
| t.done();
|
| }
|
| function init(test) {
|
| @@ -17,5 +17,5 @@ function init(test) {
|
| .then(function() {return login_https(test);});
|
| }
|
| </script>
|
| -<script src = "../resources/init.js"></script>
|
| +<script src = "/fetch/resources/init.js"></script>
|
| </body>
|
|
|