| <html> | |
| <head> | |
| <script src="resources/document-location.js"></script> | |
| <script> | |
| function runTest() { | |
| setTimeout('setLocation()', 0); | |
| } | |
| </script> | |
| </head> | |
| <body onload="start()"> | |
| This tests that assigning to document.location from a timeout from the onload | |
| handler adds a back/forward item. | |
| </body> | |
| </html> |