| Index: third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob-other-https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/TEMPLATE-serviceworker.html b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob-other-https.html
|
| similarity index 89%
|
| copy from third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/TEMPLATE-serviceworker.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob-other-https.html
|
| index 83c803ce2fb3b2561446928233b8d11d8158da3c..c27d4e411861457ee1752768fdf5ec207e55fcaa 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/thorough/TEMPLATE-serviceworker.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob-other-https.html
|
| @@ -11,8 +11,8 @@
|
| var host_info = get_host_info();
|
| function start(t) {
|
| service_worker_test(
|
| - '/fetch/script-tests/thorough/TESTNAME.js?OPTIONS',
|
| - 'TESTNAME');
|
| + '/fetch/script-tests/thorough/scheme-blob.js?-other-https',
|
| + 'scheme-blob');
|
| t.done();
|
| }
|
| function init(test) {
|
|
|