Index: LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors.html |
diff --git a/LayoutTests/http/tests/fetch/workers/fetch-access-control-cookie.html b/LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors.html |
similarity index 88% |
copy from LayoutTests/http/tests/fetch/workers/fetch-access-control-cookie.html |
copy to LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors.html |
index 72233314c790638ae4fb34e088a5335f70014842..34125f3c2622bffe270d4d7c8f83005307835397 100644 |
--- a/LayoutTests/http/tests/fetch/workers/fetch-access-control-cookie.html |
+++ b/LayoutTests/http/tests/fetch/workers/fetch-access-control-nocors.html |
@@ -9,7 +9,7 @@ |
<script> |
function start(t) { |
fetch_tests_from_worker( |
- new Worker('../script-tests/fetch-access-control-cookie.js?')); |
+ new Worker('../script-tests/fetch-access-control-nocors.js?')); |
t.done(); |
} |
function init(test) { |