blob: d0737415e2594fe5140ab6d164b16eb4ab8404a6 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_deleteCharacter();
showSelection();
}
</script>
</head>
<body>
<ul>
<li>[]One</li>
<li>Two</li>
<li>Three</li>
</ul>
</body>
</html>