mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
8 lines
259 B
HTML
8 lines
259 B
HTML
<!-- 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>
|