blob: 25691f39680a2d25e5ef3d003f6b83c5b2ed69bf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="validPositions.js"></script>
<script>
function performTest()
{
showValidPositions();
}
</script>
</head>
<body>
<p> one <br> two <br> three <br> four <br> five </p>
</body>
</html>