Index: LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-base-https-other-https.html |
diff --git a/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-base-https-other-https.html b/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-base-https-other-https.html |
deleted file mode 100644 |
index 031b2b3804aacb720ba1e73c5a584057648482e1..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-base-https-other-https.html |
+++ /dev/null |
@@ -1,22 +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-access-control.js?-base-https-other-https', |
- 'fetch-access-control'); |
- t.done(); |
-} |
-function init(test) { |
- return login(test) |
- .then(function() {return login_https(test);}); |
-} |
-</script> |
-<script src = "../resources/init.js"></script> |
-</body> |