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