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