Fixed when user tap on linkable contents, somtimes focus ring is not shown.
[framework/web/webkit-efl.git] / ManualTests / onsearch-enter.html
1 <html>
2 <body>
3     <input type="search" value="test" onsearch="document.getElementById('result').innerHTML='SUCCESS'">
4     <p>This tests that onsearch handlers for search fields are invoked correctly when pressing enter. To test this in Safari, focus the search field and press enter. The text below should change to SUCCESS.</p>    
5     <div id="result">FAILURE</div>
6 </body>
7 </html>