blob: 1afa1f2d67f16a98e4fc460b147d27a2fa6d2700 [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/filtered-response.js?-other-https',
'filtered-response-serviceworker');
t.done();
}
function init() {
return Promise.resolve();
}
</script>
<script src = "../resources/init.js"></script>
</body>