Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / harness / resources / cached-page-2.html
1 <script>
2 function init() {
3     window.opener.canExit = true;
4     window.opener.log('page-2, about to go back to page-1');
5     history.back();
6 }
7 </script>
8 <body onload="init()"></body>