chromium/third_party/blink/web_tests/http/tests/security/resources/xss-DENIED-window-open-parent-attacker.html

<script>
open("javascript:alert('failed')", "_top");
parent.postMessage("", "*");
</script>