Index: LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/access-control-base-https-other-https.html |
diff --git a/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-base-https-other-https.html b/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/access-control-base-https-other-https.html |
similarity index 66% |
rename from LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-base-https-other-https.html |
rename to LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/access-control-base-https-other-https.html |
index a9339ccacbacb1a41e8f495ddf77ca63d386dfff..057071ad5a959e85c97b36b63c764163587ad0fa 100644 |
--- a/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-base-https-other-https.html |
+++ b/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/access-control-base-https-other-https.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?-base-https-other-https"></script> |
+<script src = "/fetch/script-tests/thorough/access-control.js?-base-https-other-https"></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> |