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