| Index: LayoutTests/http/tests/fetch/serviceworker/response-content-other-https.html
|
| diff --git a/LayoutTests/http/tests/fetch/serviceworker/fetch-cache-override.html b/LayoutTests/http/tests/fetch/serviceworker/response-content-other-https.html
|
| similarity index 84%
|
| rename from LayoutTests/http/tests/fetch/serviceworker/fetch-cache-override.html
|
| rename to LayoutTests/http/tests/fetch/serviceworker/response-content-other-https.html
|
| index 4545e0f3cbdc9616201fdca0f0a9fd6878769d84..08b02ad74be647132af2eb4c8c876145dd49fdf5 100644
|
| --- a/LayoutTests/http/tests/fetch/serviceworker/fetch-cache-override.html
|
| +++ b/LayoutTests/http/tests/fetch/serviceworker/response-content-other-https.html
|
| @@ -9,8 +9,8 @@
|
| <script>
|
| function start(t) {
|
| service_worker_test(
|
| - '../script-tests/fetch-cache-override.js?',
|
| - 'fetch-cache-override');
|
| + '../script-tests/response-content.js?-other-https',
|
| + 'response-content');
|
| t.done();
|
| }
|
| function init() {
|
|
|