<p>This page dumps the back/forward list that results from setting window.location</p>
<script src="resources/document-location.js"></script>
<script>
window.onload = start;
function runTest()
{
window.location += "?1";
}
</script>
<p>This page dumps the back/forward list that results from setting window.location</p>
<script src="resources/document-location.js"></script>
<script>
window.onload = start;
function runTest()
{
window.location += "?1";
}
</script>