WebCore/manual-tests/resources/alert-and-go-back.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     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>