blob: 74353d6c6bfc099145f56886af1c83c0242b5d1d [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>T[]</td>
<td>Four</td>
</tr>
</table>
<p>After</p>
</body>
</html>