blob: f2a4efbc214b9a1274b308f32f2a634292d131bd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_deleteCharacter();
showSelection();
}
</script>
</head>
<body>
<p>Before</p>
<p>[Sample text]</p>
<p>After</p>
</body>
</html>