| Index: LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cookie-nocors.html | 
| diff --git a/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie.html b/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cookie-nocors.html | 
| similarity index 64% | 
| copy from LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie.html | 
| copy to LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cookie-nocors.html | 
| index 9159a5b57897fd6b77a4603450a55be702feee6e..008a41c38ff3524caca32e978b12740f1f2f097a 100644 | 
| --- a/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie.html | 
| +++ b/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cookie-nocors.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/fetch-access-control-cookie.js?"></script> | 
| +<script src = "/fetch/script-tests/thorough/cookie-nocors.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> | 
|  |