RetroZilla/extensions/xmlterm/ui/content/xpctest.html

8 lines
259 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!-- xpctest.html: Tests XPCONNECT access -->
<html><head>
<script language="JavaScript">
//netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
dump("compMgr="+Components.manager+"\n");
</script>
</head><body>XPCTEST</body></html>