blob: 64920b4f4f5a4682f32b6fc37ddf89a198a0b3ef [file] [log] [blame]
<!doctype html>
<script src="history.js"></script>
<script>
opener.pages.push(id);
if (!opener.started) {
onload = function() {
setTimeout(function() {
opener.started = true;
history.go(-3);
history.go(-2);
history.go(1);
}, 100);
}
} else {
opener.start_test_wait();
}
</script>