blob: 2004d937e2d7f679dbf7669cb5c5a3be8ae0529e [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>Test that window.opener is null when a new window is opened from an anchor element with rel='noopener'.</p>
<a id="link" href="a-rel-noopener.html#new-window" target="_blank" rel="noopener"></a>
<div id="console"></div>
<script src="resources/rel-noopener.js"></script>
</body>
</html>