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