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