summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/qt/unload-alert.html
blob: 3b0281895a0817db307798838de85cbe045ffd0b (plain)
1
2
3
4
5
6
7
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>