blob: 8e096e7fd49ab81f983d48820ea3627794a15f02 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_deleteCharacter();
showSelection();
}
</script>
</head>
<body>
<p>Before</p>
<ul>
<li>One</li>
<li>T[]</li>
<li>Three</li>
</ul>
<p>After</p>
</body>
</html>