[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / resources / alert-and-go-back.html
1 <script>
2 history.back();
3 alert("Wait a moment and then dismiss this alert. If there is no crash, the test succeeded.");
4 </script>