<!doctype html>
<html>
<title>Fetch in a document controlled by a ServiceWorker with "referrer origin-when-cross-origin" policy</title>
<script src = "/resources/testharness.js"></script>
<script src = "/resources/testharnessreport.js"></script>
<script>
location = '/fetch/referrer/resources/origin-when-cross-origin-serviceworker-from-document.html';
</script>
</html>