Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<link rel="author" title="Divyansh Mangal" href="mailto:dmangal@microsoft.com">
<script>
test(function () {
assert_equals("", document.referrer);
}, "No Referrer policy attribute on svg anchor element is applied");
</script>