blob: a3f2553fa013f18b7d04772a12dc6c223ac109a2 [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>