RetroZilla/modules/oji/tests/build/test.html
2015-10-20 23:03:22 -04:00

19 lines
553 B
HTML

<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>