summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/qt/unload-alert.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/qt/unload-alert.html')
-rw-r--r--Source/WebCore/manual-tests/qt/unload-alert.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/qt/unload-alert.html b/Source/WebCore/manual-tests/qt/unload-alert.html
new file mode 100644
index 0000000..3b02818
--- /dev/null
+++ b/Source/WebCore/manual-tests/qt/unload-alert.html
@@ -0,0 +1,8 @@
+<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>