chromium/third_party/blink/web_tests/external/wpt/html/browsers/history/the-location-interface/reload_document_write-1.html

<script>
document.write(Math.random());
opener.postMessage(document.body.innerHTML, "*");
</script>