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