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