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