blob: 5c87b11eb923e704604ef7bbf78c0b8e1bbc33ce [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_makeContainerInsertionPoint();
showSelection();
}
</script>
</head>
<body>
<table>
<tr>
<td>One</td>
<td><p><b><i><u>Sam[ple te]xt</u></i></b></p></td>
</tr>
<tr>
<td>Three</td>
<td>Four</td>
</tr>
</table>
</body>
</html>