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