Files
Mozilla/mozilla/modules/oji/tests/script/test.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00

19 lines
553 B
HTML
Executable File

<html>
<head>
<script>
function startOJITests() {
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
// var OJITestLoader = Components.classes["component://netscape/oji/test/api/loader"].createInstance();
var OJITestLoader = Components.classes['@mozilla.org/oji/test/api/loader;1'].createInstance();
}
</script>
</head>
<body>
<h2 align="center">OJI API tests starting page. </h2>
Results of tests execution could be found on the console and
in the appropriate output files.
<script>
startOJITests();
</script>
</body>