blob: 7f1de528248bc894643a55bed2c0c52e265126a0 [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> <i> <u> three </u> </i> </b> four</p>
</body>
</html>