summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/onunload-form-submit-crash.html
blob: 1813e3fd4dc36544ec9181fedcd528e48a081bea (plain)
1
2
3
4
5
6
7
8
9
<html>
<body onUnload="document.myForm.submit()">
<a href="" onClick="location.href=location.href; return false;">Click here and see if Safari crashes.</a>
<p>Still with me? Now close the window and see if Safari crashes.</p>
<form name="myForm">
</form>
</body>
<html>