Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / tools / performance / startup / quitForMac.html
blob5a892a28ee03a9fabc0f2642e21a7f6aa75b0e3b
1 <html>
2 <head>
3 <title>Use JS to quit the browser on Mac OS X</title>
4 <script src="quit.js" type="text/javascript"></script>
5 </head>
7 <body onload="goQuitApplication();">
8 <p>This page uses <code>netscape.security.PrivilegeManager</code> JS calls to cleanly and completely exit the browser under Mac OSX.</p>
9 </body>
11 </html>