summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/textarea-caret-position-after-auto-spell-correct.html
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2009-08-11 17:01:47 +0100
committerBen Murdoch <benm@google.com>2009-08-11 18:21:02 +0100
commit0bf48ef3be53ddaa52bbead65dfd75bf90e7a2b5 (patch)
tree2943df35f62d885c89d01063cc528dd73b480fea /WebCore/manual-tests/textarea-caret-position-after-auto-spell-correct.html
parent7e7a70bfa49a1122b2597a1e6367d89eb4035eca (diff)
downloadexternal_webkit-0bf48ef3be53ddaa52bbead65dfd75bf90e7a2b5.zip
external_webkit-0bf48ef3be53ddaa52bbead65dfd75bf90e7a2b5.tar.gz
external_webkit-0bf48ef3be53ddaa52bbead65dfd75bf90e7a2b5.tar.bz2
Merge in WebKit r47029.
Diffstat (limited to 'WebCore/manual-tests/textarea-caret-position-after-auto-spell-correct.html')
-rw-r--r--WebCore/manual-tests/textarea-caret-position-after-auto-spell-correct.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/WebCore/manual-tests/textarea-caret-position-after-auto-spell-correct.html b/WebCore/manual-tests/textarea-caret-position-after-auto-spell-correct.html
new file mode 100644
index 0000000..ab650ac
--- /dev/null
+++ b/WebCore/manual-tests/textarea-caret-position-after-auto-spell-correct.html
@@ -0,0 +1,14 @@
+<html>
+<body>
+<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>
+<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>
+<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>
+<textarea rows="6" cols="35">
+This is an english statement.
+This is an english statement.
+This is an english statement.
+This is an english statement.
+This is an english statement.
+</textarea>
+</body>
+<html>