blob: f33510a7f6e9daaf23a2a740cce9e591545d8b89 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_insertCharacter("X");
showSelection();
}
</script>
</head>
<body>
<p>Before</p>
<p>[]<br></p>
<p>After</p>
</body>
</html>