[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / keep_spelling_markers.html
1 <html><body>
2 <h4>Test 1 - Check for hang (was bug #4836034)</h4>
3 <ol>
4 <li>open this in Blot or Safari</li>
5 <li>click before the word "One" in the editable text, below</li>
6 <li>repeatedly type cmd-; to advance to the next misspelling</li>
7 <li>confirm that you can wrap back to the first misspelling without hanging</li>
8 </ol>
9 <h4>Test 2 - Check that markings are retained (was bug #4204892)</h4>
10 <ol>
11 <li>turn on Check Spelling as You Type from Edit-&gt;Spelling menu</li>
12 <li>click on each of the misspelled words in the line at the bottom of this page</li>
13 <p>&nbsp;&nbsp;(result should be that each misspelled word now has a red squiggly line below it)
14 <li>control-click on &#147;foor&#148; in that sentence</li>
15 <li>select a corrected spelling from the popup, e.g.&#147;four&#148;</li>
16 <li>make sure that no other misspellings lost their red squiggly underline</li>
17 </ol>
18 <hr>
19 <div contenteditable>
20 One twwo three foor five siz seven
21 <div></br></div>
22 <div>eight nine ten</div>
23 </div>
24 </body></html>