blob: cf7f72379aa3e1cf8d446182c744fa8ec57bd6f2 [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(-10); //Outside the range
history.go(-1);
history.go(-2);
}, 100);
}
} else {
opener.start_test_wait();
}
</script>