summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/harness/resources/cached-page-2.html
blob: f0d54785aa534c858b94470225027b555d717770 (plain)
1
2
3
4
5
6
7
8
<script>
function init() {
    window.opener.canExit = true;
    window.opener.log('page-2, about to go back to page-1');
    history.back();
}
</script>
<body onload="init()"></body>