| <script src="../../LayoutTests/editing/editing.js"></script> |
| typeCharacterCommand('t'); |
| typeCharacterCommand('h'); |
| typeCharacterCommand('i'); |
| typeCharacterCommand('s'); |
| typeCharacterCommand(' '); |
| typeCharacterCommand('w'); |
| typeCharacterCommand('o'); |
| typeCharacterCommand('u'); |
| typeCharacterCommand('l'); |
| typeCharacterCommand('d'); |
| typeCharacterCommand('n'); |
| <title>Autocorrection with Contraction Test</title> |
| <div><p>This test verifies that, after typing an apostrophe, if the current word is part of a contraction, previously shown autocorrection will not be applied.</p> |
| <p>After loading the page, you should see correction panel shows "would" for "wouldn". Then after typing "'t", the correction panel dissappears and the final sentence is "this wouldn't".</p> |
| <div contenteditable id="root" class="editing"> |