blob: 011384e8d0a52d068c28c5951af59dec0ebae0a4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
<script>
function performTest()
{
// Tables_removeAdjacentColumn();
showSelection();
}
</script>
</head>
<body>
[]<table style="width: 100%">
<col width="100%">
<tr>
<td><p>0,0</p></td>
</tr>
<tr>
<td><p>1,0</p></td>
</tr>
<tr>
<td><p>2,0</p></td>
</tr>
<tr>
<td><p>3,0</p></td>
</tr>
</table>
</body>
</html>