chromium/third_party/blink/web_tests/http/tests/security/resources/referrer-policy-redirect.html

<html>
<head>
<meta name="referrer" content="origin" />
<script>
function runTest() {
    document.location = "https://127.0.0.1:8443/resources/redirect.php?url=" +
        "http://127.0.0.1:8000/security/resources/referrer-policy-log.php";
}
</script>
</head>
<body onload="runTest()">
</body>
</html>