Home | History | Annotate | Download | only in resources
      1 <script>
      2 function init() {
      3     window.opener.pageTwoLoaded = true;
      4     window.opener.debug('resources/cached-page-2.html about to go back to resources/cached-page-1.html');
      5     history.back();
      6 }
      7 </script>
      8 <body onload="init()"></body>
      9