Index: LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-nocors-base-https-other-https.html |
diff --git a/LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-nocors-base-https-other-https.html b/LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-nocors-base-https-other-https.html |
deleted file mode 100644 |
index 8047f8b8ff2c17f3f89cd980ca57810026eefb00..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/fetch/workers/fetch-access-control-redirect-nocors-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) { |
- fetch_tests_from_worker( |
- new Worker('../script-tests/fetch-access-control-redirect-nocors.js?-base-https-other-https')); |
- t.done(); |
-} |
-function init(test) { |
- return login(test) |
- .then(function() {return login_https(test);}); |
-} |
-</script> |
-<script src = "../resources/init.js"></script> |
-</body> |