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