[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / autocorrection / spellcheck-on-contraction-when-autocorrection-is-off.html
1 <html>
2 <head>
3
4 <style>
5 .editing {
6     border: 2px solid red;
7     padding: 12px;
8     font-size: 24px;
9 }
10 </style>
11
12 <title>Undo Autocorrection Test</title>
13 </head>
14 <body>
15 <p>This test verifies that common contraction is not marked as misspelled when autocorrection is off.</p>
16 <p><b>Step 1:</b> Bring up contextual manual, and uncheck "Spelling and Grammar -> Correct Spelling Automatically" and "Substitutions -> Text Replacement".</p>
17 <p><b>Step 2:</b> Type "this wasn't", and verify that "wasn't" isn't marked as mispelled.</p>
18 <p><b>Step 3:</b> Restore the settings in contextual manual, otherwise it may affect the result of other autocorrection related tests.</p>
19 <div contenteditable id="root" class="editing">
20 <span id="test"></span>
21 </div>
22
23 </body>
24 </html>