blob: dc8d19095afcdc6bb8c244dc7e2e4e9331b10f05 [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>
<tr>
<td><p>1,0</p></td>
<td><p>1,1</p></td>
<td><p>1,2</p></td>
<td><p>1,3</p></td>
</tr>
<tr>
<td><p>2,0</p></td>
<td><p>2,1</p></td>
<td><p>2,2</p></td>
<td><p>2,3</p></td>
</tr>
<tr>
<td><p>3,0</p></td>
<td><p>3,1</p></td>
<td><p>3,2</p></td>
<td><p>3,3</p></td>
</tr>
<tr>
<td><p>4,0</p></td>
<td><p>[4,1</p></td>
<td><p>4,2]</p></td>
<td><p>4,3</p></td>
</tr>
</table>
</body>
</html>