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