| Index: LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-other-https.html
 | 
| diff --git a/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-other-https.html b/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-other-https.html
 | 
| deleted file mode 100644
 | 
| index 58fb6d2240fb39bede98a7a1598a39dbc2a387e1..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-other-https.html
 | 
| +++ /dev/null
 | 
| @@ -1,30 +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>
 | 
| -<script src = "../resources/fetch-test-options.js"></script>
 | 
| -<script src = "../resources/fetch-test-helpers.js"></script>
 | 
| -<script src = "../resources/fetch-access-control-util.js"></script>
 | 
| -<script>
 | 
| -function onlyOnServiceWorkerProxiedTest(checkFuncs) {
 | 
| -  return checkFuncs;
 | 
| -}
 | 
| -</script>
 | 
| -<script src = "../script-tests/fetch-access-control-cookie.js?-other-https"></script>
 | 
| -</head>
 | 
| -<body>
 | 
| -<script>
 | 
| -function start(t) {
 | 
| -  executeServiceWorkerProxiedTests(TEST_TARGETS);
 | 
| -  t.done();
 | 
| -}
 | 
| -function init(test) {
 | 
| -  return login(test)
 | 
| -    .then(function() {return login_https(test);});
 | 
| -}
 | 
| -
 | 
| -</script>
 | 
| -<script src = "../resources/init.js"></script>
 | 
| -</body>
 | 
| 
 |