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