blob: 68a300473a1d0db82f45ad8e4973ff293b2d2d17 [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-area-unsafe-url-target.html"
referrerpolicy="unsafe-url" id="click-me">
</map>
<script>
document.getElementById("click-me").click();
</script>
</body>
</html>