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