blob: 06b44b0a241e64c846afb8706a3ecbfd7b3df61f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test.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>
</body>
</html>