blob: 3f5462682909ebf198761e24d83d1125c320a1ef [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Selection_deleteContents();
showSelection();
}
</script>
</head>
<body>
<table border="1">
<tr>
<td>O[ne</td>
<td>Two</td>
<td>Three</td>
</tr>
<tr>
<td>Four</td>
<td>Five</td>
<td>Six</td>
</tr>
<tr>
<td>Seven</td>
<td>Eight</td>
<td>Ni]ne</td>
</tr>
</table>
</body>
</html>