blob: 41f0b9fb33b257b97492c9ce1f9c3737d257b9be [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>