changeset 0 | 4f2f89ce4247 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/qt/unload-alert.html Fri Sep 17 09:02:29 2010 +0300 @@ -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>