| Index: LayoutTests/http/tests/fetch/serviceworker/fetch-cache-override-base-https-other-https.html
|
| diff --git a/LayoutTests/http/tests/fetch/serviceworker/fetch-cache-override-base-https-other-https.html b/LayoutTests/http/tests/fetch/serviceworker/fetch-cache-override-base-https-other-https.html
|
| deleted file mode 100644
|
| index 9083206de94d8978ce945822f28ee305dcdc455b..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/fetch/serviceworker/fetch-cache-override-base-https-other-https.html
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<!doctype html>
|
| -<head>
|
| -<meta name="timeout" content="long"></meta>
|
| -<script src = "/resources/testharness.js"></script>
|
| -<script src = "/resources/testharnessreport.js"></script>
|
| -<script src = "/serviceworker/resources/test-helpers.js"></script>
|
| -</head>
|
| -<body>
|
| -<script>
|
| -function start(t) {
|
| - service_worker_test(
|
| - '../script-tests/fetch-cache-override.js?-base-https-other-https',
|
| - 'fetch-cache-override');
|
| - t.done();
|
| -}
|
| -function init() {
|
| - return Promise.resolve();
|
| -}
|
| -</script>
|
| -<script src = "../resources/init.js"></script>
|
| -</body>
|
|
|