summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/keep_spelling_markers.html
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-05-06 11:45:16 +0100
committerSteve Block <steveblock@google.com>2011-05-12 13:44:10 +0100
commitcad810f21b803229eb11403f9209855525a25d57 (patch)
tree29a6fd0279be608e0fe9ffe9841f722f0f4e4269 /WebCore/manual-tests/keep_spelling_markers.html
parent121b0cf4517156d0ac5111caf9830c51b69bae8f (diff)
downloadexternal_webkit-cad810f21b803229eb11403f9209855525a25d57.zip
external_webkit-cad810f21b803229eb11403f9209855525a25d57.tar.gz
external_webkit-cad810f21b803229eb11403f9209855525a25d57.tar.bz2
Merge WebKit at r75315: Initial merge by git.
Change-Id: I570314b346ce101c935ed22a626b48c2af266b84
Diffstat (limited to 'WebCore/manual-tests/keep_spelling_markers.html')
-rw-r--r--WebCore/manual-tests/keep_spelling_markers.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/WebCore/manual-tests/keep_spelling_markers.html b/WebCore/manual-tests/keep_spelling_markers.html
deleted file mode 100644
index 7e1d964..0000000
--- a/WebCore/manual-tests/keep_spelling_markers.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<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>