Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / testing / sisyphus / bin / get-build-info.html
bloba45714feb40cc2a9c0338add48f97a1d1f86c6a5
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>Get Build Information</title>
4 <script type="text/javascript" src="quit.js"></script>
5 <script type="text/javascript" src="appinfo.js"></script>
6 </head>
7 <body>
8 <h1>Get Build Information</h1>
9 <script type="text/javascript">
12 var appInfoSource = (new AppInfo()).toSource();
14 document.write(appInfoSource);
15 dump(appInfoSource);
17 goQuitApplication();
18 </script>
19 </body>
20 </html>