chromium/content/test/data/fenced_frames/redirect.html

<html>
<head></head>
<body>This page has no title.</body>
<script>
window.location.href = "title1.html";
</script>
</html>