blob: dcf5f8150b7742af39b5ac9037ae48e767e18bc7 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
debug('Should see two console messages, the first a string, and the second a number.');
window.console.log('I am a string');
window.console.log(42);
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>