summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/keep_spelling_markers.html
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:30:52 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:30:52 -0800
commit8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2 (patch)
tree11425ea0b299d6fb89c6d3618a22d97d5bf68d0f /WebCore/manual-tests/keep_spelling_markers.html
parent648161bb0edfc3d43db63caed5cc5213bc6cb78f (diff)
downloadexternal_webkit-8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2.zip
external_webkit-8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2.tar.gz
external_webkit-8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'WebCore/manual-tests/keep_spelling_markers.html')
-rw-r--r--WebCore/manual-tests/keep_spelling_markers.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/WebCore/manual-tests/keep_spelling_markers.html b/WebCore/manual-tests/keep_spelling_markers.html
new file mode 100644
index 0000000..7e1d964
--- /dev/null
+++ b/WebCore/manual-tests/keep_spelling_markers.html
@@ -0,0 +1,24 @@
+<html><body>
+<h4>Test 1 - Check for hang (was bug #4836034)</h4>
+<ol>
+<li>open this in Blot or Safari</li>
+<li>click before the word "One" in the editable text, below</li>
+<li>repeatedly type cmd-; to advance to the next misspelling</li>
+<li>confirm that you can wrap back to the first misspelling without hanging</li>
+</ol>
+<h4>Test 2 - Check that markings are retained (was bug #4204892)</h4>
+<ol>
+<li>turn on Check Spelling as You Type from Edit-&gt;Spelling menu</li>
+<li>click on each of the misspelled words in the line at the bottom of this page</li>
+<p>&nbsp;&nbsp;(result should be that each misspelled word now has a red squiggly line below it)
+<li>control-click on &#147;foor&#148; in that sentence</li>
+<li>select a corrected spelling from the popup, e.g.&#147;four&#148;</li>
+<li>make sure that no other misspellings lost their red squiggly underline</li>
+</ol>
+<hr>
+<div contenteditable>
+One twwo three foor five siz seven
+<div></br></div>
+<div>eight nine ten</div>
+</div>
+</body></html>