blob: 9a4d5d87f6ce2af0ccdae008ab34abf900711f42 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="validPositions.js"></script>
<script>
function performTest()
{
Outline_init();
PostponedActions_perform();
showValidPositions();
}
</script>
</head>
<body>
<table>
<caption> One </caption>
<tr>
<td>Cell contents</td>
<td>Cell contents</td>
</tr>
</table>
</body>
</html>