blob: 45435cf230be4e2a9132b1b6ecdb0db2c80ad0f4 [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>Six</td>
</tr>
<tr>
<td>Se]ven</td>
<td>Eight</td>
<td>Nine</td>
</tr>
</table>
</body>
</html>