WebCore/manual-tests/resources/will-go-back.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <html>
       
     2 <script>
       
     3 function goBack() {
       
     4     history.back();
       
     5 }
       
     6 </script>
       
     7 
       
     8 <body onload="if (!window.layoutTestController) goBack();">
       
     9 If you can go back using the history : test has succeed.
       
    10 </body>
       
    11 </html>