blob: a11fcf2d2d2f9bd8abf2d01c49e030433fc61e2d [file] [log] [blame]
<!doctype html>
4
<script>
onunload = function() {}
opener.pages.push(4);
if (!opener.started) {
onload = function() {
setTimeout(function() {
opener.started = true;
history.go(-2);
history.go(-1);
}, 100);
}
} else {
opener.start_test_wait();
}
</script>