blob: ce7f1fdd51761b6107f0c627e7962a239953d3c4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
<script>
function performTest()
{
Outline_init();
PostponedActions_perform();
Tables_splitSelection();
showSelection();
}
</script>
</head>
<body>
<table style="width: 100%">
<col width="25%">
<col width="25%">
<col width="25%">
<col width="25%">
<tr>
<td colspan="2">One</td>
<td colspan="2">Three</td>
</tr>
<tr>
<td colspan="2">Five</td>
<td colspan="2">Seven</td>
</tr>
<tr>
<td colspan="2">[Nine</td>
<td colspan="2">Eleven</td>
</tr>
<tr>
<td colspan="2">Thirteen</td>
<td colspan="2">Fifteen]</td>
</tr>
</table>
</body>
</html>