[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / input-type-file-autocomplete-frame-1.html
1 <html>
2 <body>
3 <p><b>BUG ID:</b> <a href="<rdar://problem/4532113> REGRESSION (NativeTextField): Crash occurs after modifying field then reloading page -[FormDelegate frameLayoutHasChanged:]">4532113</a> REGRESSION (NativeTextField): Crash occurs after modifying field then reloading page -[FormDelegate frameLayoutHasChanged:]</p>
4
5 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> 
6 <ol>
7 <li> enable Safari's auto fill
8 <li> type something in the input field, and press enter to register it with autofill
9 <li> clear the field and type part of the same string you did previously
10 <li> without ever removing focus from the input field, select the suggestion autofill suggests
11 <li> refresh the page or go to a bookmark (don't remove focus from the input field)
12 </ol>
13 </p>
14
15 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 
16 no crash. 
17 </p>
18
19 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>  
20 Crash in -[FormDelegate frameLayoutHasChanged:]
21 </p>
22 </body>
23 </html>