Mypal/testing/web-platform/tests/html/browsers/history/the-history-interface/traverse_the_history_write_...

13 lines
323 B
HTML

<!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);}<\/script>");
document.close();
}, 100);
}
</script>