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