blob: cadcf126f5442e1dfb58d935991d6beb7ad4ec7b [file] [log] [blame]
<!doctype html>
001-1
<script>
addEventListener("pageshow",
function(e) {
parent.events.push(e);
if (parent.events.length == 2) {
parent.do_test();
}
}, false);
</script>