chromium/third_party/blink/web_tests/fast/history/resources/frame-initial-url.html

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