blob: dadd8a644f651050dc6babc0887b91dec832bc54 [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>