WebCore/manual-tests/onunload-form-submit-crash.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <html>
       
     2 <body onUnload="document.myForm.submit()">
       
     3 <a href="" onClick="location.href=location.href; return false;">Click here and see if Safari crashes.</a>
       
     4 <p>Still with me? Now close the window and see if Safari crashes.</p>
       
     5 <form name="myForm">
       
     6 </form>
       
     7 </body>
       
     8 <html>
       
     9