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