blob: 7a1d1edbd5e80dfa532a993d82257e6482177728 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_enterPressed();
Cursor_insertCharacter("X");
Selection_preserveWhileExecuting(showEmptyTextNodes);
showSelection();
}
</script>
</head>
<body>
<p><b>Sample text[]</b></p>
</body>
</html>