blob: eee49d988ebb12bd152c24258bdbc33aefbc314a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="validPositions.js"></script>
<script>
function performTest()
{
showValidPositions();
}
</script>
</head>
<body>
<b>one</b>
<p>two</p>
<b>three</b>
<p>four</p>
<b>five</b>
</body>
</html>