blob: d920d4e3b0fd6c5060b8995caee22abe1616b582 [file] [log] [blame]
<!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/headers.js?-base-https-other-https',
'headers-serviceworker');
t.done();
}
function init() {
return Promise.resolve();
}
</script>
<script src = "../resources/init.js"></script>
</body>