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