Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / onunload-form-submit-crash.html
blob1813e3fd4dc36544ec9181fedcd528e48a081bea
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>