WebCore/manual-tests/qt/unload-alert.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     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>