chromium/third_party/blink/web_tests/http/tests/misc/resources/frame-initial-url.html

initial frame contents
<script>
alert('Initial URL loaded.');
window.location='frame-final-url.html';
</script>