blob: d3f3f6d5d0bac37d8c446ad07e61062dac4d0aae [file] [log] [blame]
<!doctype html>
<script src="history.js"></script>
<script>
onunload = function() {opener.unload_ran = true;}
opener.pages.push(id);
if (!opener.started) {
onload = function() {
setTimeout(function() {
opener.started = true;
history.back();
}, 100);
}
} else {
opener.start_test_wait();
}
</script>