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