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