blob: e27cee6446fd1657dcd9954b9be5b0551e284b4c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Selection_deleteContents();
showSelection();
}
</script>
</head>
<body>
<table border="1">
<tr>
<td>One</td>
<td>Two</td>
<td>Thr[ee</td>
</tr>
<tr>
<td>Four</td>
<td>Five</td>
<td>Si]x</td>
</tr>
<tr>
<td>Seven</td>
<td>Eight</td>
<td>Nine</td>
</tr>
</table>
</body>
</html>