blob: 526a5f541675e6162fe7e82253f5b4fbc2e7d645 [file] [log] [blame]
ggaren245814f2007-07-17 06:45:32 +00001<p>This page dumps the back/forward list that results from setting window.location.href</p>
2<script src="resources/document-location.js"></script>
3<script>
4window.onload = start;
5
6function runTest()
7{
8 location.href = location + "?1";
9}
10</script>