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