blob: 75e4f2697a6d76e3faea932234921c0a1a1dfdcd [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>