blob: 40f247b7261f8d2b22746aed614de387362b5013 [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>