blob: 4f958eb91a8e90242c88dbc90f30fcb9a609f001 [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>