blob: 57d20ef27b4c346f24305db806e089f5864fd921 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>This tests words won't be corrected immediately when "@" is typed.<br>
To test, "jcomet@". "jcomet" should not be autocorrected to "commet@".</p>
<div contenteditable><br></div>
<script>
document.querySelector('div').focus();
document.execCommand('insertText', false, 'Hello, ');
</script>
</body>
</html>