// Historically, document.open() created an entry in the session history so // that the original page could be seen by going back. Test that this behavior // no longer occurs. // // This test uses window.open() for variety, as most other tests in this // directory use document.open(). An