summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/DeviceMotion/resources/cached-page-2.html
blob: 5478f9cf6d0ae505864fcec157340c398536485c (plain)
1
2
3
4
5
6
7
8
<script>
function init() {
    window.opener.pageTwoLoaded = true;
    window.opener.debug('resources/cached-page-2.html about to go back to resources/cached-page-1.html');
    history.back();
}
</script>
<body onload="init()"></body>