blob: 4d1a28503dc2b5818e45855262987be58f51b225 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_deleteCharacter();
showSelection();
}
</script>
</head>
<body>
<p>Before</p>
<table>
<tr>
<td>One</td>
<td>Two</td>
</tr>
<tr>
<td>Three</td>
<td>F[]</td>
</tr>
</table>
<p>After</p>
</body>
</html>