haikuwebkit/ManualTests/onunload-form-submit-crash....

10 lines
271 B
HTML

<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>