blob: 4ce93b714509e00705ec33c5ba201588596da80e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="AutoCorrectTests.js"></script>
<script>
function performTest()
{
Outline_init();
AutoCorrect_init();
PostponedActions_perform();
Cursor_insertCharacter("teh");
AutoCorrect_correctPrecedingWord(3,"the");
Cursor_insertCharacter(" ");
PostponedActions_perform();
Cursor_deleteCharacter();
Cursor_enterPressed();
PostponedActions_perform();
showSelection();
}
</script>
</head>
<body>
[]
</body>
</html>