blob: 8a94a800ddf5ba3ed701cf64ec99d6d128e9e846 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_deleteCharacter();
showSelection();
}
</script>
</head>
<body>
<p>Text before</p>
[]
<table width="100%">
<caption>Test caption</caption>
<tr>
<td>One</td>
<td>Two</td>
</tr>
<tr>
<td>Three</td>
<td>Four</td>
</tr>
</table>
<p>Text after</p>
</body>
</html>