blob: 64d5ee686f77a1e86899fbefbef379097883a72b [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>