blob: ac73a64eda1766780bcaf17a18f3f0d8d6dcecfa [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>