blob: ae808709e9a1127d42a710248d8b5b3c8f872849 [file] [log] [blame]
<p>This page dumps the back/forward list that results from calling window.open targeted at _top</p>
<script src="resources/document-location.js"></script>
<script>
window.onload = start;
function runTest()
{
window.open(window.location + "?1", "_top");
}
</script>