ggaren | 245814f | 2007-07-17 06:45:32 +0000 | [diff] [blame] | 1 | <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> | ||||
4 | window.onload = start; | ||||
5 | |||||
6 | function runTest() | ||||
7 | { | ||||
8 | location.href = location + "?1"; | ||||
9 | } | ||||
10 | </script> |