Index: LayoutTests/http/tests/fetch/script-tests/thorough/TEMPLATE-serviceworker-proxied.html |
diff --git a/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-auth-nocors.html b/LayoutTests/http/tests/fetch/script-tests/thorough/TEMPLATE-serviceworker-proxied.html |
similarity index 64% |
rename from LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-auth-nocors.html |
rename to LayoutTests/http/tests/fetch/script-tests/thorough/TEMPLATE-serviceworker-proxied.html |
index 6f2763e947e78045b58041a6f12e1e0e2b831910..ed1e6a2f77648fea8e580d32de5b514e5408bd38 100644 |
--- a/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-auth-nocors.html |
+++ b/LayoutTests/http/tests/fetch/script-tests/thorough/TEMPLATE-serviceworker-proxied.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-auth-nocors.js?"></script> |
+<script src = "/fetch/script-tests/thorough/TESTNAME.js?OPTIONS"></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> |