blob: 99e07adea115bfc86853cd58787e4c55fc705c6c [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>