| Index: LayoutTests/http/tests/fetch/workers/thorough/scheme-blob-other-https.html
|
| diff --git a/LayoutTests/http/tests/fetch/workers/thorough/auth-nocors-other-https.html b/LayoutTests/http/tests/fetch/workers/thorough/scheme-blob-other-https.html
|
| similarity index 92%
|
| copy from LayoutTests/http/tests/fetch/workers/thorough/auth-nocors-other-https.html
|
| copy to LayoutTests/http/tests/fetch/workers/thorough/scheme-blob-other-https.html
|
| index ee56378bab32722b16064d79b486dcbad6f5f3a4..ef0cee5cb7563e0d4593b42e9ec2bd8235c5a1f8 100644
|
| --- a/LayoutTests/http/tests/fetch/workers/thorough/auth-nocors-other-https.html
|
| +++ b/LayoutTests/http/tests/fetch/workers/thorough/scheme-blob-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?-other-https'));
|
| + new Worker('/fetch/script-tests/thorough/scheme-blob.js?-other-https'));
|
| t.done();
|
| }
|
| function init(test) {
|
|
|