| Index: LayoutTests/http/tests/fetch/workers/thorough/auth-nocors.html
|
| diff --git a/LayoutTests/http/tests/fetch/workers/fetch-access-control-auth.html b/LayoutTests/http/tests/fetch/workers/thorough/auth-nocors.html
|
| similarity index 79%
|
| copy from LayoutTests/http/tests/fetch/workers/fetch-access-control-auth.html
|
| copy to LayoutTests/http/tests/fetch/workers/thorough/auth-nocors.html
|
| index 209a2b548f11a03036712bb2bc321ae505e728a1..8eff6d7b5b0cbe6f2dc996f15f6b5ebf868f7f0c 100644
|
| --- a/LayoutTests/http/tests/fetch/workers/fetch-access-control-auth.html
|
| +++ b/LayoutTests/http/tests/fetch/workers/thorough/auth-nocors.html
|
| @@ -9,7 +9,7 @@
|
| <script>
|
| function start(t) {
|
| fetch_tests_from_worker(
|
| - new Worker('../script-tests/fetch-access-control-auth.js?'));
|
| + new Worker('/fetch/script-tests/thorough/auth-nocors.js?'));
|
| 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>
|
|
|