| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <body> | 2 <body> |
| 3 <p>Tests bug <a href="https://bugs.webkit.org/show_bug.cgi?id=26200">26200</a> w
here the caret position jumps off to an incorrect position after auto-correcting
a misspelled word.</p> | 3 <p>Tests bug <a href="https://bugs.webkit.org/show_bug.cgi?id=26200">26200</a> w
here the caret position jumps off to an incorrect position after auto-correcting
a misspelled word.</p> |
| 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 p
aragraph below.</p> | 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 p
aragraph below.</p> |
| 5 <p>SUCCESS: After hitting space, 'teh' is auto-corrected to 'the', and the care
t stays on in the place it is supposed to be in after typing the word and hittin
g space.</p> | 5 <p>SUCCESS: After hitting space, 'teh' is auto-corrected to 'the', and the care
t stays on in the place it is supposed to be in after typing the word and hittin
g space.</p> |
| 6 <textarea rows="6" cols="35"> | 6 <textarea rows="6" cols="35"> |
| 7 This is an english statement. | 7 This is an english statement. |
| 8 This is an english statement. | 8 This is an english statement. |
| 9 This is an english statement. | 9 This is an english statement. |
| 10 This is an english statement. | 10 This is an english statement. |
| 11 This is an english statement. | 11 This is an english statement. |
| 12 </textarea> | 12 </textarea> |
| 13 </body> | 13 </body> |
| 14 <html> | 14 <html> |
| OLD | NEW |