blob: b11861f2013e2522d2749ad6885e08ba89526e57 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<link rel="stylesheet" href="resources/js-test-style.css">
<script src="resources/js-test-pre.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<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);
var successfullyParsed = true;
</script>
<script src="resources/js-test-post.js"></script>
</body>
</html>