Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / testing / sisyphus / bin / buildinfo.html
blobad6618f5574f31c462d2969bed83e8c2476089ef
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title>Get Build Information</title>
4 <script type="text/javascript" src="appinfo.js"></script>
5 </head>
6 <body>
7 <h1>Get Build Information</h1>
8 <script type="text/javascript">
10 var appInfo = new AppInfo();
12 document.write(appInfo.toSource());
14 </script>
15 </body>
16 </html>