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