blob: d6392f95d1fcd9ab1a30dc7fa513d6724ff36575 [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" rowspan="2">[One</td>
<td colspan="2" rowspan="2">Three]</td>
</tr>
<tr>
</tr>
<tr>
<td colspan="2" rowspan="2">Nine</td>
<td colspan="2" rowspan="2">Eleven</td>
</tr>
<tr>
</tr>
</table>
</body>
</html>