comparison: toolkit/components/startup/tests/browser/beforeunload.html
toolkit/components/startup/tests/browser/beforeunload.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <script> |
|
3 window.onbeforeunload = function(event){ |
|
4 event.returnValue = 'Test beforeunload handler'; |
|
5 } |
|
6 </script> |
|
7 <body> |
|
8 Test page |
|
9 </body> |
|
10 </html> |