initial import
[vuplus_webkit] / Source / WebCore / manual-tests / 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>