blob: 6648c7763fd800dba9483475af6c69932fee9678 [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>Three</p></td>
<td><p>Four</p></td>
</tr>
</table>
<p>A[]</p>
</body>
</html>