<html>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
setTimeout("window.location.replace('success200.html')", 5000)
</script>
<body>
Test failed! - This page uses a timeout redirect to load another page.
Unlike slow meta redirect, slow timers do not cause an intermediate
page to appear in the back/forward list.
</body>
</html>