1<script>
2onload = function() {
3  window.location.replace("#foo");
4};
5</script>
6container
7<iframe src="http://127.0.0.1:8000/history/resources/back-during-onload-middle.html"></iframe>
8<p>
9Click the back button and see if the browser crashes.
10</p>
11