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