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