blob: f1b416897519094e691bf8088c7e79519e74c54b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var str = " one two three";
Cursor_insertCharacter(str);
showSelection();
}
</script>
</head>
<body>
<p>Sample text[]</p>
</body>
</html>