<html>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
setTimeout("window.location.replace('success200.html')", 0)
</script>
<body>
Test failed! - This page uses a timeout redirect to load another page.
The key aspect is that this page should not wind up in the back/forward
list, since there should only be one entry for the navigation through
this page to the eventual target.
</body>
</html>