blob: c8df755d0e75bc910b7c31524dd8f07608d7ad76 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_insertCharacter(" ");
Cursor_insertCharacter(" ");
Cursor_insertCharacter(" ");
showSelection();
}
</script>
</head>
<body>
<p>Sample text[]</p>
</body>
</html>