blob: 6c32987530012da301462a8098b89fad4db810cb [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 rowspan="2" colspan="2">Seven</td>
</tr>
<tr>
<td>Nine</td>
<td>Ten</td>
</tr>
<tr>
<td>Thirteen</td>
<td>Fourteen</td>
<td>Fifteen</td>
<td>Sixteen</td>
</tr>
</table>
</body>
</html>