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