Index: LayoutTests/http/tests/fetch/workers/thorough/scheme-blob-base-https-other-https.html |
diff --git a/LayoutTests/http/tests/fetch/workers/thorough/auth-nocors-base-https-other-https.html b/LayoutTests/http/tests/fetch/workers/thorough/scheme-blob-base-https-other-https.html |
similarity index 92% |
copy from LayoutTests/http/tests/fetch/workers/thorough/auth-nocors-base-https-other-https.html |
copy to LayoutTests/http/tests/fetch/workers/thorough/scheme-blob-base-https-other-https.html |
index 9b5bd79fc6643f073a3df6d2323fa3bc50d130df..991412bfa8e76b28f6494395f28fb289376e021c 100644 |
--- a/LayoutTests/http/tests/fetch/workers/thorough/auth-nocors-base-https-other-https.html |
+++ b/LayoutTests/http/tests/fetch/workers/thorough/scheme-blob-base-https-other-https.html |
@@ -11,7 +11,7 @@ |
var host_info = get_host_info(); |
function start(t) { |
fetch_tests_from_worker( |
- new Worker('/fetch/script-tests/thorough/auth-nocors.js?-base-https-other-https')); |
+ new Worker('/fetch/script-tests/thorough/scheme-blob.js?-base-https-other-https')); |
t.done(); |
} |
function init(test) { |