blob: 3ff2109126b0314f3a7fe7f0ad6e16fb1eca760d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="validPositions.js"></script>
<script>
function performTest()
{
showValidPositions();
}
</script>
</head>
<body>
<table>
<tr>
<td> Cell contents </td>
<td> Cell contents </td>
</tr>
</table>
</body>
</html>