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