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