chromium/third_party/blink/web_tests/http/tests/navigation/resources/redirect-1.html

<html>
<meta http-equiv="refresh" content="2;url=redirect-2.html">
<body>
This document should redirect to redirect-2.html.<br>
After that redirect, this window should have both redirect-1.html and redirect-2.html in its back/forward list.
</body>
</html>