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