| Index: LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/auth.html
|
| diff --git a/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-fetch-access-control-serviceworker-proxied.html b/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/auth.html
|
| similarity index 64%
|
| copy from LayoutTests/http/tests/fetch/script-tests/TEMPLATE-fetch-access-control-serviceworker-proxied.html
|
| copy to LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/auth.html
|
| index 65563b18bedc7a48830f47f35cc42bda8c34bc3a..284c5bb8d16b30d0652a46d5001570fa22a87f78 100644
|
| --- a/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-fetch-access-control-serviceworker-proxied.html
|
| +++ b/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/auth.html
|
| @@ -4,15 +4,15 @@
|
| <script src = "/resources/testharness.js"></script>
|
| <script src = "/resources/testharnessreport.js"></script>
|
| <script src = "/serviceworker/resources/test-helpers.js"></script>
|
| -<script src = "../resources/fetch-test-options.js"></script>
|
| -<script src = "../resources/fetch-test-helpers.js"></script>
|
| -<script src = "../resources/fetch-access-control-util.js"></script>
|
| +<script src = "/fetch/resources/fetch-test-options.js"></script>
|
| +<script src = "/fetch/resources/fetch-test-helpers.js"></script>
|
| +<script src = "/fetch/resources/thorough-util.js"></script>
|
| <script>
|
| function onlyOnServiceWorkerProxiedTest(checkFuncs) {
|
| return checkFuncs;
|
| }
|
| </script>
|
| -<script src = "../script-tests/TESTNAME.js?OPTIONS"></script>
|
| +<script src = "/fetch/script-tests/thorough/auth.js?"></script>
|
| </head>
|
| <body>
|
| <script>
|
| @@ -26,5 +26,5 @@ function init(test) {
|
| }
|
|
|
| </script>
|
| -<script src = "../resources/init.js"></script>
|
| +<script src = "/fetch/resources/init.js"></script>
|
| </body>
|
|
|