blob: b01ce3d045cf4c1a0079fe2ff00dfa272a0230f0 [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>