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