blob: 74f39791e10faec7dad9ef40aac8020d56049069 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_insertCharacter("A B");
Cursor_enterPressed();
Cursor_deleteCharacter();
Cursor_deleteCharacter();
UndoManager_newGroup();
showSelection();
}
</script>
</head>
<body>
[]
</body>
</html>