chromium/third_party/blink/web_tests/external/wpt/html/browsers/history/the-location-interface/resources/post-your-origin.html

<script>
parent.postMessage({origin: location.origin}, "*");
</script>