blob: 8a12e8eaa6cdad09951904faba081ca8f1b8856e [file] [log] [blame]
<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>