blob: 6b315377853c7c8c3125fa945605cd90c4306f3c [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>
x
<table>
<tr>
<td>Cell contents</td>
<td>Cell contents</td>
</tr>
</table>
</body>
</html>