blob: 99952e95d734cb565b4b944bbd592a180d48099d [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_insertCharacter("X");
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>