XMLterm changes only. Added test HTML documents to exercise xpcom/css/dom features used by xmlterm. git-svn-id: svn://10.0.0.236/trunk@80816 18797224-902f-48f8-a5cc-f745e15eee43
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>
|