Sign in
webkit
/
WebKit
/
77e3c1fae0db3519581490dfdaa6dfd20e0828bc
/
.
/
WebCore
/
manual-tests
/
qt
/
unload-alert.html
blob: 3b0281895a0817db307798838de85cbe045ffd0b [
file
] [
log
] [
blame
]
<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>