blob: d9d4f330b2ecebae47dabc73000d9c47d7149424 [file] [log] [blame]
<!doctype html>
<script src="history.js"></script>
<script>
onunload = function() {}
onload = function() {
if (!opener.started) {
queue_next();
} else {
opener.pages.push(id);
opener.start_test_wait();
if (!opener.gone) {
history.go(0);
opener.gone = true;
}
}
};
</script>