blob: 8835abc95713ffcec5f8110e02cccec59a93304b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_deleteCharacter();
Cursor_deleteCharacter();
showSelection();
}
</script>
</head>
<body>
<p>one [two]</p>
<p>three</p>
</body>
</html>