21 lines
521 B
HTML
21 lines
521 B
HTML
<html>
|
|
<head>
|
|
<title>MzScheme VM Tests</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h2>MzScheme VM Tests</h2>
|
|
<script type="text/javascript" src="run-tests.js"></script>
|
|
<!--
|
|
<div id="printDiv">This is some test text<br /></div>
|
|
|
|
<script type="text/javascript">
|
|
document.write("This text was added!<br />");
|
|
document.write("This text was added!<br />");
|
|
var txt = document.createTextNode(" This text was added to the DIV.\r\n");
|
|
document.getElementByName('printDiv').appendChild(text);
|
|
</script>
|
|
-->
|
|
</body>
|
|
</html>
|