[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / qt / unload-alert.html
1 <html>
2 <head>
3 </head>
4 <body  onunload="alert('goodbye');">
5 Reload me twice ensuring that this didn't result in a crash. Test added due to
6 bug <a href="https://bugs.webkit.org/show_bug.cgi?id=26556">@25556</a>
7 </body>
8 </html>