blob: d77461f14a40b2ecf70d1890c54333397b3fc142 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="validPositions.js"></script>
<script>
function performTest()
{
showValidPositions();
}
</script>
</head>
<body>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</body>
</html>