[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / textarea-caret-position-after-auto-spell-correct.html
1 <html> \r
2 <body>\r
3 <p>Tests bug <a href="https://bugs.webkit.org/show_bug.cgi?id=26200">26200</a> where the caret position jumps off to an incorrect position after auto-correcting a misspelled word.</p>\r
4 <p>Open this file in Google Chromium (version 3.0 +), in Windows, and enable the --auto-spell-correct flag. Insert the word 'teh' between any two words in the paragraph below.</p>\r
5 <p>SUCCESS:  After hitting space, 'teh' is auto-corrected to 'the', and the caret stays on in the place it is supposed to be in after typing the word and hitting space.</p>\r
6 <textarea rows="6" cols="35">\r
7 This is an english statement.\r
8 This is an english statement.\r
9 This is an english statement.\r
10 This is an english statement.\r
11 This is an english statement.\r
12 </textarea>\r
13 </body>\r
14 <html>\r