summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/onunload-form-submit-crash.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/onunload-form-submit-crash.html')
-rw-r--r--WebCore/manual-tests/onunload-form-submit-crash.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/WebCore/manual-tests/onunload-form-submit-crash.html b/WebCore/manual-tests/onunload-form-submit-crash.html
deleted file mode 100644
index 1813e3f..0000000
--- a/WebCore/manual-tests/onunload-form-submit-crash.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<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>
-