Sign in
webkit
/
WebKit
/
35ee9a733f61159b202e3d437abb67b2e96c795c
/
.
/
ManualTests
/
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>