Index: LayoutTests/http/tests/fetch/window/thorough/access-control.html |
diff --git a/LayoutTests/http/tests/fetch/window/fetch-access-control-nocors.html b/LayoutTests/http/tests/fetch/window/thorough/access-control.html |
similarity index 62% |
rename from LayoutTests/http/tests/fetch/window/fetch-access-control-nocors.html |
rename to LayoutTests/http/tests/fetch/window/thorough/access-control.html |
index 09fbab59d61d107ef602fb41a6b91027b44efdd2..2a99390c6a6a7d7506d595940f3fd06e6336ddee 100644 |
--- a/LayoutTests/http/tests/fetch/window/fetch-access-control-nocors.html |
+++ b/LayoutTests/http/tests/fetch/window/thorough/access-control.html |
@@ -5,10 +5,10 @@ |
<script src = "/resources/testharness-helpers.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 = "../script-tests/fetch-access-control-nocors.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 src = "/fetch/script-tests/thorough/access-control.js?"></script> |
</head> |
<body> |
<script> |
@@ -21,5 +21,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> |