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