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