blob: cbbfdd4296eb7f3a00db12f0c750e1f86e6294e2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<a href="http://localhost:8000/security/resources/referrer-attr-anchor-target.html#origin-when-crossorigin"
referrerpolicy="origin-when-crossorigin" id="click-me">click me</a>
<script>
document.getElementById("click-me").click();
</script>
</body>
</html>