Index: LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-auth.html |
diff --git a/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-auth.html b/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-auth.html |
deleted file mode 100644 |
index 28c37be1af41ca926e749d9851b48ae9c83991ab..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/fetch/serviceworker/fetch-access-control-auth.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-auth.js?', |
- 'fetch-access-control-auth'); |
- t.done(); |
-} |
-function init(test) { |
- return login(test) |
- .then(function() {return login_https(test);}); |
-} |
-</script> |
-<script src = "../resources/init.js"></script> |
-</body> |