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