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