| terry@google.com | 256453d | 2015-12-18 17:55:16 | [diff] [blame^] | 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> | ||||