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(true,window.opener == null);
}, "No Opener policy attribute on svg anchor element is applied");
</script>