summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/qt/unload-alert.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/qt/unload-alert.html')
-rw-r--r--WebCore/manual-tests/qt/unload-alert.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/manual-tests/qt/unload-alert.html b/WebCore/manual-tests/qt/unload-alert.html
deleted file mode 100644
index 3b02818..0000000
--- a/WebCore/manual-tests/qt/unload-alert.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-<head>
-</head>
-<body onunload="alert('goodbye');">
-Reload me twice ensuring that this didn't result in a crash. Test added due to
-bug <a href="https://bugs.webkit.org/show_bug.cgi?id=26556">@25556</a>
-</body>
-</html>