Files
tubestation/extensions/xmlterm/ui/content/xpctest.html
svn@xmlterm.org f1b03d60b3 --NOT PART OF DEFAULT BUILD--
XMLterm changes only.
Added test HTML documents to exercise xpcom/css/dom features used by xmlterm.
2000-10-10 04:46:00 +00:00

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>