Warning, file /frameworks/kjs/tests/testotherbrowser.html was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 0002 <html> 0003 <!-- This file allows to run a javascript test in another browser. 0004 Simply change the script inclusion at the end of the file --> 0005 <script src="shell.js"></script> 0006 <script> 0007 function testPassed(msg) 0008 { 0009 document.write("<b><font color=green>PASS</font></b> " + msg + "<br>"); 0010 } 0011 0012 function testFailed(msg) 0013 { 0014 document.write("<b><font color=red>FAIL</font></b> " + msg + "<br>"); 0015 } 0016 0017 function debug(a) { document.write("<p> " + a + "</p>"); } 0018 </script> 0019 0020 <script src="RegExp.js"></script> 0021 0022 </html>