chromium/third_party/blink/web_tests/http/tests/security/frameNavigation/resources/cross-origin-opener-opener.html

<script>
    var win = window.open("http://localhost:8000/security/frameNavigation/resources/navigate-opener.html");
</script>
Helper window. Will be navigated by the window it is opening.