blob: a23cc97ac5d8282f80558e11427bfb8721f3d1ba [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
<script>
function performTest()
{
Outline_init();
if (Outline_detectSectionNumbering())
setupOutlineNumbering();
PostponedActions_perform();
var caption = document.getElementsByTagName("CAPTION")[0];
var last = caption.lastChild;
Selection_set(last,4,last,4);
Cursor_enterPressed();
showSelection();
}
</script>
</head>
<body>
<table style="width: 100%">
<caption>
Table 1: Test
</caption>
<col width="50%">
<col width="50%">
<tr>
<td>0, 0</td>
<td>0, 1</td>
</tr>
<tr>
<td>1, 0</td>
<td>1, 1</td>
</tr>
</table>
</body>
</html>