1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <script src=
"../../resources/js-test.js"></script>
8 debug('Should see two console messages, the first a string, and the second a number.');
9 window
.console
.log('I am a string');
10 window
.console
.log(42);