blob: af0118a01e7a2039bef85cfd83473e1845c6b9ad [file] [log] [blame]
<!doctype html>
2
<script>
onunload = function() {}
opener.pages.push(2);
onload = function() {
setTimeout(function() {
document.write("<!doctype html>3<script>opener.pages.push(3); if(!opener.started) {opener.started = true; history.go(-1);} opener.start_test_wait();<\/script>");
document.close();
if (opener.started) {
opener.start_test_wait();
}
}, 100);
}
</script>