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